SoDecomposeRotation Class Reference
[Engines]

Decomposes rotation values. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoDecomposeRotation:
SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
 SoDecomposeRotation ()

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoMFRotation rotation
SoEngineOutput axis
SoEngineOutput angle

Detailed Description

Decomposes rotation values.

This engine takes as input a rotation, and decomposes it into an axis value and a rotation angle (in radians).

The input can have multiple values, allowing the engine to decompose several rotations in parallel.

FILE FORMAT/DEFAULT

SEE ALSO

SoComposeRotation, SoEngineOutput


Constructor & Destructor Documentation

SoDecomposeRotation::SoDecomposeRotation (  ) 

Default Constructor.


Member Function Documentation

static SoType SoDecomposeRotation::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoEngine.

virtual SoType SoDecomposeRotation::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Implements SoTypedObject.


Member Data Documentation

( SoMFFloat ) Angle (in radians) derived from the input.

( SoMFVec3f ) Axis of rotation derived from the input.

Rotation to be decomposed.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/