33 #ifndef COIN_SOINTERPOLATEROTATION_H
34 #define COIN_SOINTERPOLATEROTATION_H
36 #include <Inventor/engines/SoInterpolate.h>
37 #include <Inventor/fields/SoMFRotation.h>
48 #endif // !COIN_SOINTERPOLATEROTATION_H
The SoInterpolateRotation class is used to interpolate between two rotations.
Definition: SoInterpolateRotation.h:39
SoMFRotation input0
Definition: SoInterpolateRotation.h:44
The SoInterpolate class is the base class for all interpolator engines.
Definition: SoInterpolate.h:41
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:43
SoMFRotation input1
Definition: SoInterpolateRotation.h:45
The SoMFRotation class is a container for SbRotation values.
Definition: SoMFRotation.h:40