Coin Logo http://www.sim.no/
http://www.coin3d.org/

Static Public Member Functions | Public Attributes

SoVRMLCoordinateInterpolator Class Reference

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: More...

#include <Inventor/VRMLnodes/SoVRMLCoorinateInterpolator.h>

Inheritance diagram for SoVRMLCoordinateInterpolator:
SoVRMLInterpolator SoNodeEngine SoNode SoFieldContainer SoBase

List of all members.

Static Public Member Functions

static void initClass (void)

Public Attributes

SoMFVec3f keyValue
SoEngineOutput value_changed

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/x3d/specifications/vrml/ISO-IEC-14772-VRML97/part1/concepts.html#4.6.8>), contains a more detailed discussion of interpolators.


Member Function Documentation

void SoVRMLCoordinateInterpolator::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 SoVRMLInterpolator.


The documentation for this class was generated from the following files:

Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen 1.7.3.