24 #ifndef COIN_SOCOMPOSEVEC2F_H 25 #define COIN_SOCOMPOSEVEC2F_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> 51 #endif // !COIN_SOCOMPOSEVEC2F_H The SoMFFloat class is a container for floating point values.This field is used where nodes...
Definition: SoMFFloat.h:30
SoEngineOutput vector
Definition: SoComposeVec2f.h:48
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
SoMFFloat y
Definition: SoComposeVec2f.h:46
The SoComposeVec2f class is used to compose 2D vectors from two floats.
Definition: SoComposeVec2f.h:39
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
SoMFFloat x
Definition: SoComposeVec2f.h:45