24 #ifndef COIN_SOINTERPOLATEFLOAT_H
25 #define COIN_SOINTERPOLATEFLOAT_H
27 #include <Inventor/engines/SoInterpolate.h>
28 #include <Inventor/fields/SoMFFloat.h>
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:34
The SoInterpolateFloat class is used to interpolate two floating point values.
Definition: SoInterpolateFloat.h:30
SoMFFloat input1
Definition: SoInterpolateFloat.h:36
SoMFFloat input0
Definition: SoInterpolateFloat.h:35
The SoInterpolate class is the base class for all interpolator engines.
Definition: SoInterpolate.h:32
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:30