Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

SoMatrixTransform Class Reference
[Node Classes]

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>

Inheritance diagram for SoMatrixTransform:
SoTransformation SoNode SoFieldContainer SoBase

List of all members.

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 ()

Detailed Description

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
    }
See also:
SoTransform

Constructor & Destructor Documentation

SoMatrixTransform::SoMatrixTransform ( void   ) 

Constructor.

SoMatrixTransform::~SoMatrixTransform (  )  [protected, virtual]

Destructor.


Member Data Documentation

The transformation matrix. Defaults to the identity matrix.


The documentation for this class was generated from the following files:

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.