SoInterpolateVec2f.3coin2

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SoInterpolateVec2f -

The SoInterpolateVec2f class is used to interpolate between pairs of 2D vectors.

SYNOPSIS


#include <Inventor/engines/SoInterpolateVec2f.h>

Inherits SoInterpolate.

Static Public Member Functions


static void initClass ()

Public Attributes


SoMFVec2f input0

SoMFVec2f input1

Detailed Description

The SoInterpolateVec2f class is used to interpolate between pairs of 2D vectors.

Member Function Documentation

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

SoMFVec2f SoInterpolateVec2f::input0First set of input values.

SoMFVec2f SoInterpolateVec2f::input1Second set of input values.

Author

Generated automatically by Doxygen for Coin from the source code.