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