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