#include <c4d_posemorphtagdata.h>
Public Member Functions | |
PoseMorphPSR () | |
~PoseMorphPSR () | |
Bool | Write (HyperFile *hf) |
Bool | Read (HyperFile *hf) |
Bool | CopyTo (PoseMorphPSR *dst) |
void | Set (BaseObject *op, POSEMORPH_PSR_FLAG flags) |
void | Transform (POSEMORPH_PSR_FLAG flags, const PoseMorphPSR *base) |
Bool | IsEmpty () |
Public Attributes | |
Vector | m_Pos |
Vector | m_Scale |
Vector | m_Rot |
POSEMORPH_PSR_FLAG | m_Flags |
Matrix | m_tmpM |
Private.
PoseMorphPSR | ( | ) |
~PoseMorphPSR | ( | ) |
Bool CopyTo | ( | PoseMorphPSR * | dst | ) |
void Set | ( | BaseObject * | op, |
POSEMORPH_PSR_FLAG | flags | ||
) |
void Transform | ( | POSEMORPH_PSR_FLAG | flags, |
const PoseMorphPSR * | base | ||
) |
Bool IsEmpty | ( | ) |
Vector m_Pos |
Vector m_Scale |
Vector m_Rot |
POSEMORPH_PSR_FLAG m_Flags |
Matrix m_tmpM |