HDK
|
#include <GU_NSidedSubdivPatch.h>
Public Types | |
using | Real = T |
using | Patch = GU_NSidedSubdivPatchT< T > |
Public Member Functions | |
GU_NSidedSubdivPatchT ()=default | |
GU_NSidedSubdivPatchT (int sides, int divs=1) | |
SYS_FORCE_INLINE int | divs () const |
SYS_FORCE_INLINE int | sides () const |
SYS_FORCE_INLINE const UT_Vector3T< T > & | pos (int m, int i, int j) const |
SYS_FORCE_INLINE UT_Vector3T< T > & | pos (int m, int i, int j) |
void | subdivide (const Patch &src) |
UT_Vector3T< T > | interpolate (int m, T u, T v) |
Definition at line 28 of file GU_NSidedSubdivPatch.h.
using GU_NSidedSubdivPatchT< T >::Patch = GU_NSidedSubdivPatchT<T> |
Definition at line 32 of file GU_NSidedSubdivPatch.h.
using GU_NSidedSubdivPatchT< T >::Real = T |
Definition at line 31 of file GU_NSidedSubdivPatch.h.
|
default |
|
inlineexplicit |
Definition at line 36 of file GU_NSidedSubdivPatch.h.
|
inline |
Definition at line 41 of file GU_NSidedSubdivPatch.h.
UT_Vector3T<T> GU_NSidedSubdivPatchT< T >::interpolate | ( | int | m, |
T | u, | ||
T | v | ||
) |
|
inline |
Definition at line 48 of file GU_NSidedSubdivPatch.h.
|
inline |
Definition at line 52 of file GU_NSidedSubdivPatch.h.
|
inline |
Definition at line 44 of file GU_NSidedSubdivPatch.h.
void GU_NSidedSubdivPatchT< T >::subdivide | ( | const Patch & | src | ) |