, including all inherited members.
| AddLocalScaling(const CVector3 &in_vector3) | CTransformation | |
| AddLocalTranslation(const CVector3 &in_vector3) | CTransformation | |
| AddParentScaling(const CVector3 &in_vector3) | CTransformation | |
| AddParentTranslation(const CVector3 &in_vector3) | CTransformation | |
| CTransformation() | CTransformation | |
| CTransformation(const CTransformation &in_transformation) | CTransformation | |
| EpsilonEquals(const CTransformation &in_transformation, double in_dEpsilon) const | CTransformation | |
| Equals(const CTransformation &in_transformation) const | CTransformation | |
| GetMatrix4() const | CTransformation | |
| GetPosX() const | CTransformation | |
| GetPosY() const | CTransformation | |
| GetPosZ() const | CTransformation | |
| GetRotation() const | CTransformation | |
| GetRotationAxisAngle(CVector3 &io_vector3) const | CTransformation | |
| GetRotationFromXYZAnglesValues(double &io_dX, double &io_dY, double &io_dZ) const | CTransformation | |
| GetRotationMatrix3() const | CTransformation | |
| GetRotationOrder() const | CTransformation | |
| GetRotationQuaternion(void) const | CTransformation | |
| GetRotationXYZAngles() const | CTransformation | |
| GetRotX() const | CTransformation | |
| GetRotY() const | CTransformation | |
| GetRotZ() const | CTransformation | |
| GetScaling() const | CTransformation | |
| GetScalingOrientationXYZAngles(double &io_dX, double &io_dY, double &io_dZ) const | CTransformation | |
| GetScalingValues(double &io_dX, double &io_dY, double &io_dZ) const | CTransformation | |
| GetSclX() const | CTransformation | |
| GetSclY() const | CTransformation | |
| GetSclZ() const | CTransformation | |
| GetTranslation() const | CTransformation | |
| GetTranslationValues(double &io_dX, double &io_dY, double &io_dZ) const | CTransformation | |
| HasScalingOrientation() const | CTransformation | |
| Invert(const CTransformation &in_transfo) | CTransformation | |
| InvertInPlace() | CTransformation | |
| Mul(const CTransformation &in_transformationA, const CTransformation &in_transformationB) | CTransformation | |
| MulInPlace(const CTransformation &in_transformation) | CTransformation | |
| operator!=(const CTransformation &in_transformation) const | CTransformation | |
| operator=(const CTransformation &in_transformation) | CTransformation | |
| operator==(const CTransformation &in_transformation) const | CTransformation | |
| PutRotationOrder(CRotation::RotationOrder in_Order) | CTransformation | |
| SetIdentity() | CTransformation | |
| SetMatrix4(const CMatrix4 &in_matrix4) | CTransformation | |
| SetPosX(const double &in_dX) | CTransformation | |
| SetPosY(const double &in_dY) | CTransformation | |
| SetPosZ(const double &in_dZ) | CTransformation | |
| SetRotation(const CRotation &in_Rotation) | CTransformation | |
| SetRotationFromAxisAngle(const CVector3 &in_vector3, double in_dAngle) | CTransformation | |
| SetRotationFromMatrix3(const CMatrix3 &in_matrix3) | CTransformation | |
| SetRotationFromQuaternion(const CQuaternion &in_quaternion) | CTransformation | |
| SetRotationFromXYZAngles(const CVector3 &in_vector3) | CTransformation | |
| SetRotationFromXYZAnglesValues(double in_dX, double in_dY, double in_dZ, CRotation::RotationOrder in_Order) | CTransformation | |
| SetRotationFromXYZAnglesValues(double in_dX, double in_dY, double in_dZ) | CTransformation | |
| SetRotationFromXYZAxes(const CVector3 &in_vector3X, const CVector3 &in_vector3Y, const CVector3 &in_vector3Z) | CTransformation | |
| SetRotX(const double &in_dX) | CTransformation | |
| SetRotY(const double &in_dY) | CTransformation | |
| SetRotZ(const double &in_dZ) | CTransformation | |
| SetScaling(const CVector3 &in_vector3) | CTransformation | |
| SetScalingFromValues(double in_dX, double in_dY, double in_dZ) | CTransformation | |
| SetScalingOrientationFromXYZAngles(double in_dX, double in_dY, double in_dZ) | CTransformation | |
| SetSclX(const double &in_dX) | CTransformation | |
| SetSclY(const double &in_dY) | CTransformation | |
| SetSclZ(const double &in_dZ) | CTransformation | |
| SetTranslation(const CVector3 &in_vector3) | CTransformation | |
| SetTranslationFromValues(double in_dX, double in_dY, double in_dZ) | CTransformation | |
| ~CTransformation() | CTransformation | |