24 #ifndef COIN_SOCOMPOSEROTATIONFROMTO_H
25 #define COIN_SOCOMPOSEROTATIONFROMTO_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>
51 #endif // !COIN_SOCOMPOSEROTATIONFROMTO_H
SoMFVec3f from
Definition: SoComposeRotationFromTo.h:45
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
SoMFVec3f to
Definition: SoComposeRotationFromTo.h:46
SoEngineOutput rotation
Definition: SoComposeRotationFromTo.h:48
The SoComposeRotationFromTo class is used to compose rotations based on from and to vectors...
Definition: SoComposeRotationFromTo.h:39
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
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