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>
The SoComposeVec2f class is used to compose 2D vectors from two floats.
Definition: SoComposeVec2f.h:39
SoMFFloat y
Definition: SoComposeVec2f.h:46
SoMFFloat x
Definition: SoComposeVec2f.h:45
SoEngineOutput vector
Definition: SoComposeVec2f.h:48
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:36
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:34
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:30