33#ifndef COIN_SOCOMPOSEROTATIONFROMTO_H
34#define COIN_SOCOMPOSEROTATIONFROMTO_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 SoComposeRotationFromTo class is used to compose rotations based on from and to vectors.
Definition SoComposeRotationFromTo.h:48
SoMFVec3f from
Definition SoComposeRotationFromTo.h:54
SoEngineOutput rotation
Definition SoComposeRotationFromTo.h:57
SoMFVec3f to
Definition SoComposeRotationFromTo.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