Man Linux: Main Page and Category List

NAME

       SoDecomposeMatrix -

       The SoDecomposeMatrix class is used to decompose a matrix into simple
       transformations.

SYNOPSIS

       #include <Inventor/engines/SoCompose.h>

       Inherits SoEngine.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFMatrix matrix
       SoMFVec3f center
       SoEngineOutput translation
       SoEngineOutput rotation
       SoEngineOutput scaleFactor
       SoEngineOutput scaleOrientation

Detailed Description

       The SoDecomposeMatrix class is used to decompose a matrix into simple
       transformations.

Member Function Documentation

   static void SoDecomposeMatrix::initClass (void) [static] Sets up
       initialization for data common to all instances of this class, like
       submitting necessary information to the Coin type system.
       Reimplemented from SoEngine.

Member Data Documentation

   SoMFMatrix SoDecomposeMatrix::matrix Set of transformation matrices to
       decompose into their translation/rotation/scale parts.
   SoMFVec3f SoDecomposeMatrix::center Center points of transform matrices.
   SoEngineOutput SoDecomposeMatrix::translation (SoMFVec3f) Translation parts
       of input matrices.
   SoEngineOutput SoDecomposeMatrix::rotation (SoMFRotation) Rotation parts of
       input matrices.
   SoEngineOutput SoDecomposeMatrix::scaleFactor (SoMFVec3f) Scale vectors of
       input matrices.
   SoEngineOutput SoDecomposeMatrix::scaleOrientation (SoMFRotation) Scale
       orientation values of the input matrices.

Author

       Generated automatically by Doxygen for Coin from the source code.