H3D::TransformInfo Class Reference
[H3D specific Node classes.]

The TransformInfo node provides information about the coordinate space it resides in in the scene graph. More...

#include <TransformInfo.h>

Inheritance diagram for H3D::TransformInfo:

Inheritance graph
List of all members.

Public Member Functions

 TransformInfo (Inst< SFNode > _metadata=0, Inst< SFMatrix4f > _accForwardMatrix=0, Inst< SFMatrix4f > _accInverseMatrix=0)
 Constructor.

Public Attributes

auto_ptr< SFMatrix4faccForwardMatrix
 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< SFMatrix4faccInverseMatrix
 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.

Detailed Description

The TransformInfo node provides information about the coordinate space it resides in in the scene graph.

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.


Member Data Documentation

auto_ptr< SFMatrix4f > H3D::TransformInfo::accForwardMatrix
 

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

auto_ptr< SFMatrix4f > H3D::TransformInfo::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.

Access type: outputOnly


Generated on Thu Aug 24 12:40:13 2006 for H3D API by  doxygen 1.4.5