Inheritance diagram for DzPoserJointSphere:
Constructors | |
DzPoserJointSphere () | |
Methods | |
DzMatrix4 | getMatrix () |
DzMatrix4 | getMatrixInverse () |
DzFloatProperty | getScaleControl () |
DzFloatProperty | getXRotControl () |
DzFloatProperty | getXScaleControl () |
DzFloatProperty | getXTransControl () |
DzFloatProperty | getYRotControl () |
DzFloatProperty | getYScaleControl () |
DzFloatProperty | getYTransControl () |
DzFloatProperty | getZRotControl () |
DzFloatProperty | getZScaleControl () |
DzFloatProperty | getZTransControl () |
void | setByMatrix (DzMatrix4 mat, Boolean makeDefault=false) |
Signals | |
void | changedProperty (QObject prop) |
Signature: "changedProperty(QObject*)" | |
void | matrixChanged () |
Signature: "matrixChanged()" |
DzPoserJointSphere::DzPoserJointSphere | ( | ) |
Default Constructor.
void DzPoserJointSphere::changedProperty | ( | QObject | prop | ) | [signal] |
Signature: "changedProperty(QObject*)"
Emitted when the value of one of this sphere's properties has changed.
prop | The property (if any) that triggered the change. |
DzMatrix4 * DzPoserJointSphere::getMatrix | ( | ) |
DzMatrix4 * DzPoserJointSphere::getMatrixInverse | ( | ) |
DzFloatProperty * DzPoserJointSphere::getScaleControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getXRotControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getXScaleControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getXTransControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getYRotControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getYScaleControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getYTransControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getZRotControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getZScaleControl | ( | ) |
DzFloatProperty * DzPoserJointSphere::getZTransControl | ( | ) |
void DzPoserJointSphere::matrixChanged | ( | ) | [signal] |
Signature: "matrixChanged()"
Emitted when the value of the matrix that defines this sphere has changed.
Sets the values of the properties by decomposing the given matrix into its components. Not all matrices can be accurately represented by decomposition into translation, scale, and rotation - matrices that have been composed with other transformations may not be accurately reproduced.
inMat | The matrix to set the property values from. | |
makeDefault | If true, the decomposed values will also be set as the defaults for the properties. |