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