NAME
SoDecomposeRotation – decomposes rotation values
INHERITS FROM
SoDecomposeRotation
SYNOPSIS
#include <Inventor/engines/SoCompose.h>
Outputs from class SoDecomposeRotation:
Methods from class SoDecomposeRotation:
static SoType getClassTypeId()
SbBool hasDefaultValues() const
SbBool set(const char *fieldDataString)
SbBool isNotifyEnabled() const
void unrefNoDelete() const
virtual SoType getTypeId() const
virtual void setName(const SbName &name)
virtual SbName getName() const
DESCRIPTION
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.
INPUTS
OUTPUTS
(SoMFVec3f) axis
Axis of rotation derived from the input.
(SoMFFloat) angle
Angle (in radians) derived from the input.
METHODS
SoDecomposeRotation()
Constructor
FILE FORMAT/DEFAULTS
SEE ALSO
Typeset by Felix Ritter (MeVis Research GmbH)
Hyperlinks by Wolfram Esser (method park Software AG)