![]() |
OpenSubdiv
|
Coordinates set on a patch table. More...
#include <types.h>
Public Member Functions | |
PatchCoord (Far::PatchTable::PatchHandle handleArg, float sArg, float tArg) | |
Constructor. | |
PatchCoord () | |
Public Attributes | |
Far::PatchTable::PatchHandle | handle |
patch handle | |
float | s |
float | t |
parametric location on patch | |
Coordinates set on a patch table.
XXX: this class may be moved into Far
Definition at line 42 of file osd/types.h.
|
inline |
Constructor.
handleArg | patch handle |
sArg | parametric location on the patch |
tArg | parametric location on the patch |
Definition at line 53 of file osd/types.h.
|
inline |
Definition at line 56 of file osd/types.h.
Far::PatchTable::PatchHandle handle |
patch handle
Definition at line 62 of file osd/types.h.
float s |
Definition at line 63 of file osd/types.h.
float t |
parametric location on patch
Definition at line 63 of file osd/types.h.