#include <TransformInfo.h>
|
TransformInfo & | setPos (real x, real y, real z) |
|
TransformInfo & | setPos (const math::Vector3R &pos) |
|
TransformInfo & | setRot (const math::Vector3R &axis, real degrees) |
|
TransformInfo & | setRot (const math::QuaternionR &rot) |
|
TransformInfo & | setScale (real uniformScale) |
|
TransformInfo & | setScale (real x, real y, real z) |
|
TransformInfo & | setScale (const math::Vector3R &scale) |
|
TransformInfo & | translate (real amountX, real amountY, real amountZ) |
|
TransformInfo & | translate (const math::Vector3R &amount) |
|
TransformInfo & | rotate (const math::Vector3R &axis, real additionalDegrees) |
|
TransformInfo & | rotate (const math::QuaternionR &additionalRot) |
|
TransformInfo & | scale (real uniformAmount) |
|
TransformInfo & | scale (real amountX, real amountY, real amountZ) |
|
TransformInfo & | scale (const math::Vector3R &amount) |
|
math::Vector3R | getPos () const |
|
math::QuaternionR | getRot () const |
|
math::Vector3R | getScale () const |
|
math::TDecomposedTransform< real > | getDecomposed () const |
|
math::StaticAffineTransform | getForwardStaticAffine () const |
|
math::StaticAffineTransform | getInverseStaticAffine () const |
|
math::StaticRigidTransform | getForwardStaticRigid () const |
|
math::StaticRigidTransform | getInverseStaticRigid () const |
|
TransformInfo & | set (const math::TDecomposedTransform< real > &decomposed) |
|
| PH_DEFINE_SDL_STRUCT (TSdlOwnerStruct< TransformInfo >) |
|
◆ getDecomposed()
◆ getForwardStaticAffine()
◆ getForwardStaticRigid()
◆ getInverseStaticAffine()
◆ getInverseStaticRigid()
◆ getPos()
◆ getRot()
◆ getScale()
◆ PH_DEFINE_SDL_STRUCT()
◆ rotate() [1/2]
◆ rotate() [2/2]
◆ scale() [1/3]
◆ scale() [2/3]
TransformInfo & ph::TransformInfo::scale |
( |
real | amountX, |
|
|
real | amountY, |
|
|
real | amountZ ) |
◆ scale() [3/3]
◆ set()
◆ setPos() [1/2]
◆ setPos() [2/2]
TransformInfo & ph::TransformInfo::setPos |
( |
real | x, |
|
|
real | y, |
|
|
real | z ) |
◆ setRot() [1/2]
◆ setRot() [2/2]
◆ setScale() [1/3]
◆ setScale() [2/3]
◆ setScale() [3/3]
TransformInfo & ph::TransformInfo::setScale |
( |
real | x, |
|
|
real | y, |
|
|
real | z ) |
◆ translate() [1/2]
◆ translate() [2/2]
TransformInfo & ph::TransformInfo::translate |
( |
real | amountX, |
|
|
real | amountY, |
|
|
real | amountZ ) |
The documentation for this class was generated from the following files: