24 #ifndef COIN_SOINTERPOLATEVEC3F_H
25 #define COIN_SOINTERPOLATEVEC3F_H
27 #include <Inventor/engines/SoInterpolate.h>
28 #include <Inventor/fields/SoMFVec3f.h>
39 #endif // !COIN_SOINTERPOLATEVEC3F_H
The SoInterpolate class is the base class for all interpolator engines.Interpolators are used to line...
Definition: SoInterpolate.h:32
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:34
SoMFVec3f input0
Definition: SoInterpolateVec3f.h:35
SoMFVec3f input1
Definition: SoInterpolateVec3f.h:36
The SoInterpolateVec3f class is used to interpolate between pairs of 3D vectors.
Definition: SoInterpolateVec3f.h:30
The SoMFVec3f class is a container for SbVec3f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with three elements.
Definition: SoMFVec3f.h:31