NAME
SoComposeMatrix -
The SoComposeMatrix class is used to compose a matrix from
miscellaneous transformations.
SYNOPSIS
#include <Inventor/engines/SoCompose.h>
Inherits SoEngine.
Static Public Member Functions
static void initClass ()
Public Attributes
SoMFVec3f translation
SoMFRotation rotation
SoMFVec3f scaleFactor
SoMFRotation scaleOrientation
SoMFVec3f center
SoEngineOutput matrix
Detailed Description
The SoComposeMatrix class is used to compose a matrix from
miscellaneous transformations.
Member Function Documentation
static void SoComposeMatrix::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
SoMFVec3f SoComposeMatrix::translation Input field with set of translation
vectors for the output matrices.
SoMFRotation SoComposeMatrix::rotation Input field with set of rotations
for the output matrices.
SoMFVec3f SoComposeMatrix::scaleFactor Input field with set of scale
vectors for the output matrices.
SoMFRotation SoComposeMatrix::scaleOrientation Input field with set of
scale orientations for the output matrices.
SoMFVec3f SoComposeMatrix::center Input field with set of center positions
for the output matrices.
SoEngineOutput SoComposeMatrix::matrix (SoMFMatrix) A set of matrices
calculated from the input fields. The matrices is calculated by the
SbMatrix::setTransform() function.
Author
Generated automatically by Doxygen for Coin from the source code.