24 #ifndef COIN_SOCOMPOSEVEC3F_H 
   25 #define COIN_SOCOMPOSEVEC3F_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_SOCOMPOSEVEC3F_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 vector
Definition: SoComposeVec3f.h:49
SoMFFloat x
Definition: SoComposeVec3f.h:45
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
SoMFFloat z
Definition: SoComposeVec3f.h:47
SoMFFloat y
Definition: SoComposeVec3f.h:46
The SoComposeVec3f class is used to compose 3D vectors from floats. 
Definition: SoComposeVec3f.h:39