NAME
SoVRMLCoordinateInterpolator -
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:
SYNOPSIS
#include <Inventor/VRMLnodes/SoVRMLCoorinateInterpolator.h>
Inherits SoVRMLInterpolator.
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
}
.fi
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.
Author
Generated automatically by Doxygen for Coin from the source code.