33 #ifndef COIN_SOCOMPOSEROTATION_H
34 #define COIN_SOCOMPOSEROTATION_H
42 #include <Inventor/engines/SoSubEngine.h>
43 #include <Inventor/engines/SoEngineOutput.h>
44 #include <Inventor/fields/SoMFFloat.h>
45 #include <Inventor/fields/SoMFVec3f.h>
61 #endif // !COIN_SOCOMPOSEROTATION_H
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:39
The SoMFVec3f class is a container for SbVec3f vectors.
Definition: SoMFVec3f.h:40
The SoComposeRotation class is used to compose rotations from angle and axis.
Definition: SoComposeRotation.h:48
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngineOutput rotation
Definition: SoComposeRotation.h:57
SoMFFloat angle
Definition: SoComposeRotation.h:55
SoMFVec3f axis
Definition: SoComposeRotation.h:54
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43