SoComposeMatrix.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SoComposeMatrix -

The SoComposeMatrix class is used to compose a matrix from miscellaneous transformations.

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

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

SoMFVec3f SoComposeMatrix::translationInput field with set of translation vectors for the output matrices.

SoMFRotation SoComposeMatrix::rotationInput field with set of rotations for the output matrices.

SoMFVec3f SoComposeMatrix::scaleFactorInput field with set of scale vectors for the output matrices.

SoMFRotation SoComposeMatrix::scaleOrientationInput field with set of scale orientations for the output matrices.

SoMFVec3f SoComposeMatrix::centerInput 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.