|
HDK
|
#include <KIN_Chain.h>
Inheritance diagram for KIN_CurveParm:Public Member Functions | |
| KIN_CurveParm () | |
| void | init () |
Public Attributes | |
| bool | myClosedFlag |
| bool | myOrientToNormalsFlag |
| UT_Vector3R | myTangent |
| UT_Vector3RArray | myPoints |
| UT_Vector3RArray | myNormals |
Definition at line 44 of file KIN_Chain.h.
|
inline |
Definition at line 47 of file KIN_Chain.h.
|
inline |
Definition at line 49 of file KIN_Chain.h.
| bool KIN_CurveParm::myClosedFlag |
Definition at line 58 of file KIN_Chain.h.
| UT_Vector3RArray KIN_CurveParm::myNormals |
Definition at line 62 of file KIN_Chain.h.
| bool KIN_CurveParm::myOrientToNormalsFlag |
Definition at line 59 of file KIN_Chain.h.
| UT_Vector3RArray KIN_CurveParm::myPoints |
Definition at line 61 of file KIN_Chain.h.
| UT_Vector3R KIN_CurveParm::myTangent |
Definition at line 60 of file KIN_Chain.h.