| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/translation.h>

Public Member Functions | |
| Translation (const Vector &trans=Vector(0, 0, 0)) | |
| Translation (double tx, double ty, double tz) | |
| bool | operator== (const Translation &other) const |
| void | setTranslate (const Vector &v) |
| Vector | getTranslate () const |
| set/get the Vector which defines the translation | |
| virtual const Matrix & | matrix (Engine *engine=0) const |
| returns the translation-matrix | |
| VRS_TYPEINFO (Translation, Transform) | |
| VRS_SERIALIZABLE (Translation) | |
| VRS::Translation::Translation | ( | double | tx, | |
| double | ty, | |||
| double | tz | |||
| ) |
A translation matrix. The upper left 3x3 part is the identity, the Vector at the right of the matrix specifies the translation.
| bool VRS::Translation::operator== | ( | const Translation & | other | ) | const |
| void VRS::Translation::setTranslate | ( | const Vector & | v | ) |
| Vector VRS::Translation::getTranslate | ( | ) | const [inline] |
set/get the Vector which defines the translation
| VRS::Translation::VRS_TYPEINFO | ( | Translation | , | |
| Transform | ||||
| ) |
| VRS::Translation::VRS_SERIALIZABLE | ( | Translation | ) |