HDK
|
#include <SOP_Stroke.h>
Public Member Functions | |
StrokePoint () | |
Public Attributes | |
UT_Vector3 | pos |
UT_Vector3 | dir |
UT_Vector3 | projpos |
int | projprim |
UT_Vector3 | projuv |
bool | projsuccess |
float | pressure |
float | time |
float | tilt |
float | angle |
float | roll |
Definition at line 24 of file SOP_Stroke.h.
|
inline |
Definition at line 26 of file SOP_Stroke.h.
float SOP_Stroke::StrokePoint::angle |
Definition at line 41 of file SOP_Stroke.h.
UT_Vector3 SOP_Stroke::StrokePoint::dir |
Definition at line 34 of file SOP_Stroke.h.
UT_Vector3 SOP_Stroke::StrokePoint::pos |
Definition at line 34 of file SOP_Stroke.h.
float SOP_Stroke::StrokePoint::pressure |
Definition at line 39 of file SOP_Stroke.h.
UT_Vector3 SOP_Stroke::StrokePoint::projpos |
Definition at line 35 of file SOP_Stroke.h.
int SOP_Stroke::StrokePoint::projprim |
Definition at line 36 of file SOP_Stroke.h.
bool SOP_Stroke::StrokePoint::projsuccess |
Definition at line 38 of file SOP_Stroke.h.
UT_Vector3 SOP_Stroke::StrokePoint::projuv |
Definition at line 37 of file SOP_Stroke.h.
float SOP_Stroke::StrokePoint::roll |
Definition at line 41 of file SOP_Stroke.h.
float SOP_Stroke::StrokePoint::tilt |
Definition at line 41 of file SOP_Stroke.h.
float SOP_Stroke::StrokePoint::time |
Definition at line 40 of file SOP_Stroke.h.