HDK
|
#include <SIM_ObjectReader.h>
Public Member Functions | |
SIM_PackedObjectWriter (GU_Detail &gdp) | |
SYS_FORCE_INLINE GA_Offset | getPointOffset () const |
void | setPrimOffset (GA_Offset primoff, GA_Offset ptoff=GA_INVALID_OFFSET) |
void | setPivot (const UT_Vector3 &pivot) |
void | setOrientation (const UT_Quaternion &orient) |
void | setPosition (const UT_Vector3 &pos) |
void | setVelocity (const UT_Vector3 &vel) |
void | setAngularVelocity (const UT_Vector3 &avel) |
void | setName (const char *name) |
void | updatePivotIntrinsic (const UT_Vector3 &pivot, const UT_Matrix4D &position_xform) |
GU_Detail & | getSimGdp () |
Definition at line 133 of file SIM_ObjectReader.h.
SIM_PackedObjectWriter::SIM_PackedObjectWriter | ( | GU_Detail & | gdp | ) |
|
inline |
Definition at line 138 of file SIM_ObjectReader.h.
|
inline |
Definition at line 151 of file SIM_ObjectReader.h.
void SIM_PackedObjectWriter::setAngularVelocity | ( | const UT_Vector3 & | avel | ) |
void SIM_PackedObjectWriter::setName | ( | const char * | name | ) |
void SIM_PackedObjectWriter::setOrientation | ( | const UT_Quaternion & | orient | ) |
void SIM_PackedObjectWriter::setPivot | ( | const UT_Vector3 & | pivot | ) |
void SIM_PackedObjectWriter::setPosition | ( | const UT_Vector3 & | pos | ) |
void SIM_PackedObjectWriter::setPrimOffset | ( | GA_Offset | primoff, |
GA_Offset | ptoff = GA_INVALID_OFFSET |
||
) |
void SIM_PackedObjectWriter::setVelocity | ( | const UT_Vector3 & | vel | ) |
void SIM_PackedObjectWriter::updatePivotIntrinsic | ( | const UT_Vector3 & | pivot, |
const UT_Matrix4D & | position_xform | ||
) |