#include <basic/geometry/vrml_reader/VrmlBaseHasMatrix.h>
Inherits VrmlNode.
Inherited by VrmlRotation, VrmlScale, VrmlScaleOrientation, and VrmlTranslation.
Inheritance diagram for VrmlBaseHasMatrix:
Public Member Functions | |
const Matrix4x4 & | Matrix () const |
Protected Attributes | |
Matrix4x4 | m_Matrix |
Definition at line 8 of file VrmlBaseHasMatrix.h.
|
Definition at line 8 of file VrmlBaseHasMatrix.cpp. References m_Matrix. Referenced by VrmlTransform::Parse(). |
|
Definition at line 16 of file VrmlBaseHasMatrix.h. Referenced by Matrix(), VrmlTranslation::Parse(), VrmlScaleOrientation::Parse(), VrmlScale::Parse(), and VrmlRotation::Parse(). |