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

Public Member Functions | |
| Tf () | |
| Tf (const Matrix &mat) | |
| bool | operator== (const Tf &other) const |
| void | setMatrix (const Matrix &matrix) |
| Matrix | getMatrix () const |
| Set/get the matrix. | |
| virtual const Matrix & | matrix (Engine *engine=0) const |
| VRS_TYPEINFO (Tf, Transform) | |
| VRS_SERIALIZABLE (Tf) | |
| VRS::Tf::Tf | ( | ) |
| VRS::Tf::Tf | ( | const Matrix & | mat | ) |
A general 3D transformation is specified by a 4x4 Matrix. The default constructor uses an identity matrix.
| bool VRS::Tf::operator== | ( | const Tf & | other | ) | const |
| void VRS::Tf::setMatrix | ( | const Matrix & | matrix | ) |
| Matrix VRS::Tf::getMatrix | ( | ) | const [inline] |
Set/get the matrix.
Returns the matrix. Actually, this is just the same as returned by `getMatrix'.
Implements VRS::Transform.
| VRS::Tf::VRS_SERIALIZABLE | ( | Tf | ) |