24 #ifndef COIN_SODECOMPOSEROTATION_H 
   25 #define COIN_SODECOMPOSEROTATION_H 
   33 #include <Inventor/engines/SoSubEngine.h> 
   34 #include <Inventor/engines/SoEngineOutput.h> 
   35 #include <Inventor/fields/SoMFRotation.h> 
   49 #endif // !COIN_SODECOMPOSEROTATION_H 
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoDecomposeRotation class is used to decompose a rotation into angle and axis. 
Definition: SoDecomposeRotation.h:38
SoEngineOutput angle
Definition: SoDecomposeRotation.h:46
SoEngineOutput axis
Definition: SoDecomposeRotation.h:45
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoMFRotation class is a container for SbRotation values.This field is used where nodes...
Definition: SoMFRotation.h:31
SoMFRotation rotation
Definition: SoDecomposeRotation.h:43