Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SoVRMLCoordinateInterpolator Class Reference
[VRML97 classes]

The SoVRMLCoordinateInterpolator class is used to interpolate 3D coordinates. More...

#include <Inventor/VRMLnodes/SoVRMLCoorinateInterpolator.h>

List of all members.


Detailed Description

The SoVRMLCoordinateInterpolator class is used to interpolate 3D coordinates.

The detailed class documentation is taken verbatim from the VRML97 standard (ISO/IEC 14772-1:1997). It is copyright The Web3D Consortium, and is used by permission of the Consortium:

  CoordinateInterpolator {
    eventIn      SFFloat set_fraction        # (-inf, inf)
    exposedField MFFloat key           []    # (-inf, inf)
    exposedField MFVec3f keyValue      []    # (-inf, inf)
    eventOut     MFVec3f value_changed
  }
  

This node linearly interpolates among a list of MFVec3f values. The number of coordinates in the keyValue field shall be an integer multiple of the number of keyframes in the key field. That integer multiple defines how many coordinates will be contained in the value_changed events. 4.6.8, Interpolator nodes (<http://www.web3d.org/technicalinfo/specifications/vrml97/part1/concepts.html#4.6.8>), contains a more detailed discussion of interpolators.


The documentation for this class was generated from the following files:
Generated on Sat May 24 22:39:52 2003 for Coin by doxygen1.2.18