Transform3DInPlace Class Reference#include <T3DTransform.h>
Inheritance diagram for Transform3DInPlace:
[legend]List of all members.
Constructor & Destructor Documentation
Transform3DInPlace::Transform3DInPlace |
( |
|
) |
[inline] |
Member Function Documentation
Point3F Transform3DInPlace::getPosition |
( |
|
) |
const [virtual] |
void Transform3DInPlace::setPosition |
( |
const Point3F & |
position |
) |
[virtual] |
QuatF Transform3DInPlace::getRotation |
( |
|
) |
const [virtual] |
void Transform3DInPlace::setRotation |
( |
const QuatF & |
rotation |
) |
[virtual] |
Point3F Transform3DInPlace::getScale |
( |
|
) |
const [virtual] |
void Transform3DInPlace::setScale |
( |
const Point3F & |
scale |
) |
[virtual] |
void Transform3DInPlace::getWorldMatrix |
( |
MatrixF & |
worldMat, |
|
|
bool |
includeLocalScale | |
|
) |
| | const [virtual] |
void Transform3DInPlace::getObjectMatrix |
( |
MatrixF & |
objectMat, |
|
|
bool |
includeLocalScale | |
|
) |
| | const [virtual] |
void Transform3DInPlace::getLocalMatrix |
( |
MatrixF & |
localMat, |
|
|
bool |
includeLocalScale | |
|
) |
| | const [virtual] |
void Transform3DInPlace::setLocalMatrix |
( |
const MatrixF & |
localMat |
) |
[virtual] |
Member Data Documentation
|