33#ifndef COIN_SODECOMPOSEROTATION_H
34#define COIN_SODECOMPOSEROTATION_H
42#include <Inventor/engines/SoSubEngine.h>
43#include <Inventor/engines/SoEngineOutput.h>
44#include <Inventor/fields/SoMFRotation.h>
The SoDecomposeRotation class is used to decompose a rotation into angle and axis.
Definition SoDecomposeRotation.h:47
SoMFRotation rotation
Definition SoDecomposeRotation.h:52
SoEngineOutput angle
Definition SoDecomposeRotation.h:55
SoEngineOutput axis
Definition SoDecomposeRotation.h:54
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
SoEngine is the base class for Coin engines.
Definition SoEngine.h:43
The SoMFRotation class is a container for SbRotation values.
Definition SoMFRotation.h:40