Man Linux: Main Page and Category List

NAME

       SoInterpolateRotation -

       The SoInterpolateRotation class is used to interpolate between two
       rotations.

SYNOPSIS

       #include <Inventor/engines/SoInterpolateRotation.h>

       Inherits SoInterpolate.

   Static Public Member Functions
       static void initClass ()

   Public Attributes
       SoMFRotation input0
       SoMFRotation input1

Detailed Description

       The SoInterpolateRotation class is used to interpolate between two
       rotations.

Member Function Documentation

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

   SoMFRotation SoInterpolateRotation::input0 First set of input values.
   SoMFRotation SoInterpolateRotation::input1 Second set of input values.

Author

       Generated automatically by Doxygen for Coin from the source code.