|
http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
The SoMatrixTransform class is a transformation node.This class is the most flexible transformation node, as you can use it to accumulate any kind of transformation matrix on top of the current model transformation matrix. More...
#include <Inventor/nodes/SoMatrixTransform.h>
Public Member Functions | |
| SoMatrixTransform (void) | |
| virtual void | doAction (SoAction *action) |
| virtual void | callback (SoCallbackAction *action) |
| virtual void | GLRender (SoGLRenderAction *action) |
| virtual void | getBoundingBox (SoGetBoundingBoxAction *action) |
| virtual void | getMatrix (SoGetMatrixAction *action) |
| virtual void | pick (SoPickAction *action) |
| virtual void | getPrimitiveCount (SoGetPrimitiveCountAction *action) |
Static Public Member Functions | |
| static void | initClass (void) |
| Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. | |
Public Attributes | |
| SoSFMatrix | matrix |
Protected Member Functions | |
| virtual | ~SoMatrixTransform () |
The SoMatrixTransform class is a transformation node.
This class is the most flexible transformation node, as you can use it to accumulate any kind of transformation matrix on top of the current model transformation matrix.
FILE FORMAT/DEFAULTS:
MatrixTransform {
matrix 1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1
}
| SoMatrixTransform::SoMatrixTransform | ( | void | ) |
Constructor.
| SoMatrixTransform::~SoMatrixTransform | ( | ) | [protected, virtual] |
Destructor.
The transformation matrix. Defaults to the identity matrix.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Mon Nov 7 20:02:01 2011 for Coin by Doxygen 1.6.3.