33#ifndef COIN_SODECOMPOSEVEC4F_H
34#define COIN_SODECOMPOSEVEC4F_H
42#include <Inventor/engines/SoSubEngine.h>
43#include <Inventor/engines/SoEngineOutput.h>
44#include <Inventor/fields/SoMFFloat.h>
45#include <Inventor/fields/SoMFVec4f.h>
48class COIN_DLL_API SoDecomposeVec4f :
public SoEngine {
50 SO_COMPOSE__HEADER(SoDecomposeVec4f);
SoEngineOutput z
Definition SoDecomposeVec4f.h:57
SoMFVec4f vector
Definition SoDecomposeVec4f.h:53
SoEngineOutput w
Definition SoDecomposeVec4f.h:58
SoEngineOutput y
Definition SoDecomposeVec4f.h:56
SoEngineOutput x
Definition SoDecomposeVec4f.h:55
SoEngine(void)
Definition SoEngine.cpp:101
The SoMFVec4f class is a container for SbVec4f vectors.
Definition SoMFVec4f.h:40