24#ifndef COIN_SOINTERPOLATEVEC4F_H
25#define COIN_SOINTERPOLATEVEC4F_H
27#include <Inventor/engines/SoInterpolate.h>
28#include <Inventor/fields/SoMFVec4f.h>
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:34
The SoInterpolateVec4f class is used to interpolate between pairs of 4D vectors.
Definition: SoInterpolateVec4f.h:30
SoMFVec4f input0
Definition: SoInterpolateVec4f.h:35
SoMFVec4f input1
Definition: SoInterpolateVec4f.h:36
The SoInterpolate class is the base class for all interpolator engines.
Definition: SoInterpolate.h:32
The SoMFVec4f class is a container for SbVec4f vectors.
Definition: SoMFVec4f.h:31