Compounds |
class | S5object |
Functions |
SbVec3f | matrixGetTranslation (const SbMatrix m) |
void | matrixGetTranslation (const SbMatrix m, float &x, float &y, float &z) |
void | matrixSetTranslation (SbMatrix &m, const SbVec3f vec) |
void | matrixSetTranslation (SbMatrix &m, const float x, const float y, const float z) |
SbVec3f | matrixGetVecAhead (const SbMatrix m) |
void | matrixSetVecAhead (SbMatrix &m, const SbVec3f vec) |
SbVec3f | matrixGetVecRight (const SbMatrix m) |
void | matrixSetVecRight (SbMatrix &m, const SbVec3f vec) |
SbVec3f | matrixGetVecUp (const SbMatrix m) |
void | matrixSetVecUp (SbMatrix &m, const SbVec3f vec) |