SmallChange
1.0.0
A collection of extensions to Coin3D
|
The SmCoordinateSystem class is used to set the axis basis. More...
#include <SmCoordinateSystem.h>
Public Member Functions | |
SmCoordinateSystem (void) | |
virtual void | callback (SoCallbackAction *action) |
virtual void | doAction (SoAction *action) |
virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
virtual void | getMatrix (SoGetMatrixAction *action) |
virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
virtual void | pick (SoPickAction *action) |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFVec3f | xAxis |
SoSFVec3f | yAxis |
SoSFVec3f | zAxis |
Protected Member Functions | |
virtual | ~SmCoordinateSystem () |
The SmCoordinateSystem class is used to set the axis basis.
FIXME: More doc.
SmCoordinateSystem::SmCoordinateSystem | ( | void | ) |
Constructor.
|
protectedvirtual |
Destructor.