![]() |
VR-Link API Documentation for HLA 1.3
|
This class is used to translate between two points in Cartesian coordinate system. More...
Collaboration diagram for DtCoordTranslation:Public Member Functions | |
| DtCoordTranslation () | |
| DtCoordTranslation (const DtVector &toOriginInFromCoord) | |
| void | setOffset (const DtVector &toOriginInFromCoord) |
| void | setByInverse (const DtCoordTranslation &to2from) |
| void | getOffset (DtVector &toOriginInFromCoord) const |
| DtVector | offset () const |
| void | coordTrans (const DtVector &from, DtVector &to) const |
Protected Attributes | |
| DtVector | myOffset |
This class is used to translate between two points in Cartesian coordinate system.
| DtCoordTranslation::DtCoordTranslation | ( | const DtVector & | toOriginInFromCoord | ) |
| void DtCoordTranslation::coordTrans | ( | const DtVector & | from, |
| DtVector & | to | ||
| ) | const |
| void DtCoordTranslation::getOffset | ( | DtVector & | toOriginInFromCoord | ) | const |
| DtVector DtCoordTranslation::offset | ( | ) | const |
| void DtCoordTranslation::setByInverse | ( | const DtCoordTranslation & | to2from | ) |
| void DtCoordTranslation::setOffset | ( | const DtVector & | toOriginInFromCoord | ) |
DtVector DtCoordTranslation::myOffset [protected] |