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>
47class COIN_DLL_API SoDecomposeRotation :
public SoEngine {
49 SO_COMPOSE__HEADER(SoDecomposeRotation);
SoMFRotation rotation
Definition SoDecomposeRotation.h:52
SoEngineOutput angle
Definition SoDecomposeRotation.h:55
SoEngineOutput axis
Definition SoDecomposeRotation.h:54
SoEngine(void)
Definition SoEngine.cpp:101
The SoMFRotation class is a container for SbRotation values.
Definition SoMFRotation.h:40