33 #ifndef COIN_SODECOMPOSEVEC2F_H
34 #define COIN_SODECOMPOSEVEC2F_H
42 #include <Inventor/engines/SoSubEngine.h>
43 #include <Inventor/engines/SoEngineOutput.h>
44 #include <Inventor/fields/SoMFFloat.h>
45 #include <Inventor/fields/SoMFVec2f.h>
59 #endif // !COIN_SODECOMPOSEVEC2F_H
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngineOutput y
Definition: SoDecomposeVec2f.h:56
The SoDecomposeVec2f class is used to decompose 2D vectors into two floats.
Definition: SoDecomposeVec2f.h:48
The SoMFVec2f class is a container for SbVec2f vectors.
Definition: SoMFVec2f.h:40
SoMFVec2f vector
Definition: SoDecomposeVec2f.h:53
SoEngineOutput x
Definition: SoDecomposeVec2f.h:55
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43