24 #ifndef COIN_SOCOMPOSEROTATION_H
25 #define COIN_SOCOMPOSEROTATION_H
33 #include <Inventor/engines/SoSubEngine.h>
34 #include <Inventor/engines/SoEngineOutput.h>
35 #include <Inventor/fields/SoMFFloat.h>
36 #include <Inventor/fields/SoMFVec3f.h>
52 #endif // !COIN_SOCOMPOSEROTATION_H
The SoMFFloat class is a container for floating point values.This field is used where nodes...
Definition: SoMFFloat.h:30
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
SoEngineOutput rotation
Definition: SoComposeRotation.h:48
SoMFFloat angle
Definition: SoComposeRotation.h:46
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
SoMFVec3f axis
Definition: SoComposeRotation.h:45
The SoMFVec3f class is a container for SbVec3f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with three elements.
Definition: SoMFVec3f.h:31
The SoComposeRotation class is used to compose rotations from angle and axis.Simple usage example: ...
Definition: SoComposeRotation.h:39