SoInterpolateRotation.3coin2

Langue: en

Version: 374457 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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::input0First set of input values.

Referenced by SoPendulum::SoPendulum().

SoMFRotation SoInterpolateRotation::input1Second set of input values.

Referenced by SoPendulum::SoPendulum().

Author

Generated automatically by Doxygen for Coin from the source code.