This is the complete list of members for ph::TransformInfo, including all inherited members.
| getDecomposed() const | ph::TransformInfo | |
| getForwardStaticAffine() const | ph::TransformInfo | |
| getForwardStaticRigid() const | ph::TransformInfo | |
| getInverseStaticAffine() const | ph::TransformInfo | |
| getInverseStaticRigid() const | ph::TransformInfo | |
| getPos() const | ph::TransformInfo | |
| getRot() const | ph::TransformInfo | |
| getScale() const | ph::TransformInfo | |
| PH_DEFINE_SDL_STRUCT(TSdlOwnerStruct< TransformInfo >) | ph::TransformInfo | inline |
| rotate(const math::Vector3R &axis, real additionalDegrees) | ph::TransformInfo | |
| rotate(const math::QuaternionR &additionalRot) | ph::TransformInfo | |
| scale(real uniformAmount) | ph::TransformInfo | |
| scale(real amountX, real amountY, real amountZ) | ph::TransformInfo | |
| scale(const math::Vector3R &amount) | ph::TransformInfo | |
| set(const math::TDecomposedTransform< real > &decomposed) | ph::TransformInfo | |
| setPos(real x, real y, real z) | ph::TransformInfo | |
| setPos(const math::Vector3R &pos) | ph::TransformInfo | |
| setRot(const math::Vector3R &axis, real degrees) | ph::TransformInfo | |
| setRot(const math::QuaternionR &rot) | ph::TransformInfo | |
| setScale(real uniformScale) | ph::TransformInfo | |
| setScale(real x, real y, real z) | ph::TransformInfo | |
| setScale(const math::Vector3R &scale) | ph::TransformInfo | |
| translate(real amountX, real amountY, real amountZ) | ph::TransformInfo | |
| translate(const math::Vector3R &amount) | ph::TransformInfo | |