SoDecomposeMatrix.3coin2

Langue: en

Version: 377730 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

SoDecomposeMatrix -

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

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

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 Data Documentation

SoMFMatrix SoDecomposeMatrix::matrixSet of transformation matrices to decompose into their translation/rotation/scale parts.

SoMFVec3f SoDecomposeMatrix::centerCenter 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.