24 #ifndef COIN_SODECOMPOSEVEC3F_H 25 #define COIN_SODECOMPOSEVEC3F_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_SODECOMPOSEVEC3F_H SoEngineOutput y
Definition: SoDecomposeVec3f.h:47
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoDecomposeVec3f class is used to decompose 3D vectors into three floats.
Definition: SoDecomposeVec3f.h:39
SoEngineOutput x
Definition: SoDecomposeVec3f.h:46
SoMFVec3f vector
Definition: SoDecomposeVec3f.h:44
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
SoEngineOutput z
Definition: SoDecomposeVec3f.h:48
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