33#ifndef COIN_SODECOMPOSEVEC3F_H
34#define COIN_SODECOMPOSEVEC3F_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>
The SoDecomposeVec3f class is used to decompose 3D vectors into three floats.
Definition SoDecomposeVec3f.h:48
SoMFVec3f vector
Definition SoDecomposeVec3f.h:53
SoEngineOutput z
Definition SoDecomposeVec3f.h:57
SoEngineOutput y
Definition SoDecomposeVec3f.h:56
SoEngineOutput x
Definition SoDecomposeVec3f.h:55
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
SoEngine is the base class for Coin engines.
Definition SoEngine.h:43
The SoMFVec3f class is a container for SbVec3f vectors.
Definition SoMFVec3f.h:40