Man Linux: Main Page and Category List

NAME

       SoInterpolateVec4f -

       The SoInterpolateVec4f class is used to interpolate between pairs of 4D
       vectors.

SYNOPSIS

       #include <Inventor/engines/SoInterpolateVec4f.h>

       Inherits SoInterpolate.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFVec4f input0
       SoMFVec4f input1

Detailed Description

       The SoInterpolateVec4f class is used to interpolate between pairs of 4D
       vectors.

Member Function Documentation

   static void SoInterpolateVec4f::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

   SoMFVec4f SoInterpolateVec4f::input0 First set of input values.
   SoMFVec4f SoInterpolateVec4f::input1 Second set of input values.

Author

       Generated automatically by Doxygen for Coin from the source code.