#include <TransformInfo.h>
Inheritance diagram for H3D::TransformInfo:

Public Member Functions | |
| TransformInfo (Inst< SFNode > _metadata=0, Inst< SFMatrix4f > _accForwardMatrix=0, Inst< SFMatrix4f > _accInverseMatrix=0) | |
| Constructor. | |
Public Attributes | |
| auto_ptr< SFMatrix4f > | accForwardMatrix |
| The accForwardMatrix field is the matrix that transforms from the local coordinate space where this Node resides in the scenegraph to global space. | |
| auto_ptr< SFMatrix4f > | accInverseMatrix |
| The accInverseMatrix field is the matrix that transforms from the global coordinate space to the coordinate space this Node resides in in the scenegraph. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
The accForwardMatrix field is the matrix that transforms from the local coordinate space where this Node resides in the scenegraph to global space.
The accInverseMatrix field is the matrix that transforms from the global coordinate space to the coordinate space this Node resides in in the scenegraph.
|
|
The accForwardMatrix field is the matrix that transforms from the local coordinate space where this Node resides in the scenegraph to global space.
Access type: outputOnly |
|
|
The accInverseMatrix field is the matrix that transforms from the global coordinate space to the coordinate space this Node resides in in the scenegraph.
Access type: outputOnly |
1.4.5