24 #ifndef COIN_SODECOMPOSEVEC4F_H
25 #define COIN_SODECOMPOSEVEC4F_H
33 #include <Inventor/engines/SoSubEngine.h>
34 #include <Inventor/engines/SoEngineOutput.h>
35 #include <Inventor/fields/SoMFFloat.h>
36 #include <Inventor/fields/SoMFVec4f.h>
52 #endif // !COIN_SODECOMPOSEVEC4F_H
SoMFVec4f vector
Definition: SoDecomposeVec4f.h:44
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
The SoMFVec4f class is a container for SbVec4f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with four elements.
Definition: SoMFVec4f.h:31
SoEngineOutput x
Definition: SoDecomposeVec4f.h:46
SoEngineOutput z
Definition: SoDecomposeVec4f.h:48
The SoDecomposeVec4f class is used to decompose 4D vectors into four floats.
Definition: SoDecomposeVec4f.h:39
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
SoEngineOutput w
Definition: SoDecomposeVec4f.h:49
SoEngineOutput y
Definition: SoDecomposeVec4f.h:47