SoDecomposeRotation.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SoDecomposeRotation -

The SoDecomposeRotation class is used to decompose a rotation into angle and axis.

SYNOPSIS


#include <Inventor/engines/SoCompose.h>

Inherits SoEngine.

Public Attributes


SoMFRotation rotation

SoEngineOutput axis

SoEngineOutput angle

Detailed Description

The SoDecomposeRotation class is used to decompose a rotation into angle and axis.

Member Data Documentation

SoMFRotation SoDecomposeRotation::rotationInput rotations to decompose into axis + angle values.

SoEngineOutput SoDecomposeRotation::axis(SoMFVec3f) The axis settings of the input rotations.

SoEngineOutput SoDecomposeRotation::angle(SoMFFloat) The angle values of the input rotations.

Author

Generated automatically by Doxygen for Coin from the source code.