Blender V2.61 - r43446
|
#include <transform.h>
Public Attributes | |
float | drot [3] |
float | dquat [4] |
float | dscale [3] |
float * | rot |
float | irot [3] |
float * | quat |
float | iquat [4] |
float * | rotAngle |
float | irotAngle |
float * | rotAxis |
float | irotAxis [4] |
float * | size |
float | isize [3] |
float | obmat [4][4] |
float | l_smtx [3][3] |
int | rotOrder |
Definition at line 120 of file transform.h.
float TransDataExtension::dquat[4] |
Definition at line 124 of file transform.h.
Referenced by ObjectToTransData().
float TransDataExtension::drot[3] |
Definition at line 121 of file transform.h.
Referenced by ElementRotation(), and ObjectToTransData().
float TransDataExtension::dscale[3] |
Definition at line 125 of file transform.h.
Referenced by ObjectToTransData().
float TransDataExtension::iquat[4] |
Definition at line 129 of file transform.h.
Referenced by add_pose_transdata(), ElementRotation(), ObjectToTransData(), and restoreElement().
float TransDataExtension::irot[3] |
Definition at line 127 of file transform.h.
Referenced by add_pose_transdata(), applyTransObjects(), createTransTexspace(), ElementRotation(), ObjectToTransData(), and restoreElement().
Definition at line 131 of file transform.h.
Referenced by add_pose_transdata(), ElementRotation(), ObjectToTransData(), and restoreElement().
float TransDataExtension::irotAxis[4] |
Definition at line 133 of file transform.h.
Referenced by add_pose_transdata(), ElementRotation(), ObjectToTransData(), and restoreElement().
float TransDataExtension::isize[3] |
Definition at line 135 of file transform.h.
Referenced by add_pose_transdata(), applyTransObjects(), createTransTexspace(), ElementResize(), ObjectToTransData(), and restoreElement().
float TransDataExtension::l_smtx[3][3] |
Definition at line 137 of file transform.h.
Referenced by add_pose_transdata(), and ElementRotation().
float TransDataExtension::obmat[4][4] |
Definition at line 136 of file transform.h.
Referenced by ObjectToTransData().
float* TransDataExtension::quat |
Definition at line 128 of file transform.h.
Referenced by add_pose_transdata(), BakeTime(), constraintob_from_transdata(), constraintRotLim(), createTransParticleVerts(), ElementRotation(), ObjectToTransData(), and restoreElement().
float* TransDataExtension::rot |
Definition at line 126 of file transform.h.
Referenced by add_pose_transdata(), applyTransObjects(), constraintob_from_transdata(), constraintRotLim(), createTransTexspace(), ElementRotation(), ObjectToTransData(), and restoreElement().
float* TransDataExtension::rotAngle |
Definition at line 130 of file transform.h.
Referenced by add_pose_transdata(), ElementRotation(), ObjectToTransData(), and restoreElement().
float* TransDataExtension::rotAxis |
Definition at line 132 of file transform.h.
Referenced by add_pose_transdata(), ElementRotation(), ObjectToTransData(), and restoreElement().
Definition at line 138 of file transform.h.
Referenced by add_pose_transdata(), constraintob_from_transdata(), constraintRotLim(), createTransObject(), ElementRotation(), and ObjectToTransData().
float* TransDataExtension::size |
Definition at line 134 of file transform.h.
Referenced by add_pose_transdata(), applyTransObjects(), BakeTime(), constraintSizeLim(), createTransParticleVerts(), createTransTexspace(), ElementResize(), ObjectToTransData(), and restoreElement().