33 #ifndef COIN_SODECOMPOSEVEC3F_H    34 #define COIN_SODECOMPOSEVEC3F_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>    60 #endif // !COIN_SODECOMPOSEVEC3F_H SoEngineOutput y
Definition: SoDecomposeVec3f.h:56
 
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
 
The SoDecomposeVec3f class is used to decompose 3D vectors into three floats. 
Definition: SoDecomposeVec3f.h:48
 
SoEngineOutput x
Definition: SoDecomposeVec3f.h:55
 
SoMFVec3f vector
Definition: SoDecomposeVec3f.h:53
 
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
 
SoEngineOutput z
Definition: SoDecomposeVec3f.h:57
 
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:40