SoInterpolateVec3f.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Referenced by SoShuttle::SoShuttle().

SoMFVec3f SoInterpolateVec3f::input1Second set of input values.

Referenced by SoShuttle::SoShuttle().

Author

Generated automatically by Doxygen for Coin from the source code.