NAME
SoInterpolateVec3f -
The SoInterpolateVec3f class is used to interpolate between pairs of 3D
vectors.
SYNOPSIS
#include <Inventor/engines/SoInterpolateVec3f.h>
Inherits SoInterpolate.
Static Public Member Functions
static void initClass ()
Public Attributes
SoMFVec3f input0
SoMFVec3f input1
Detailed Description
The SoInterpolateVec3f class is used to interpolate between pairs of 3D
vectors.
Member Function Documentation
static void SoInterpolateVec3f::initClass (void) [static] Sets up
initialization for data common to all instances of this class, like
submitting necessary information to the Coin type system.
Reimplemented from SoInterpolate.
Member Data Documentation
SoMFVec3f SoInterpolateVec3f::input0 First set of input values.
SoMFVec3f SoInterpolateVec3f::input1 Second set of input values.
Author
Generated automatically by Doxygen for Coin from the source code.