33 #ifndef COIN_SOCOMPOSEVEC3F_H
34 #define COIN_SOCOMPOSEVEC3F_H
42 #include <Inventor/engines/SoSubEngine.h>
43 #include <Inventor/engines/SoEngineOutput.h>
44 #include <Inventor/fields/SoMFFloat.h>
45 #include <Inventor/fields/SoMFVec3f.h>
61 #endif // !COIN_SOCOMPOSEVEC3F_H
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:39
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoMFFloat x
Definition: SoComposeVec3f.h:54
SoMFFloat z
Definition: SoComposeVec3f.h:56
The SoComposeVec3f class is used to compose 3D vectors from floats.
Definition: SoComposeVec3f.h:48
SoMFFloat y
Definition: SoComposeVec3f.h:55
SoEngineOutput vector
Definition: SoComposeVec3f.h:58
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43