Interpolates among a set of 2D coordinate values. More...
#include <Inventor/VRMLnodes/SoVRMLCoordinateInterpolator2D.h>
Public Member Functions | |
SoVRMLCoordinateInterpolator2D () | |
Public Attributes | |
SoMFFloat | key |
SoMFVec2f | keyValue |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
This node linearly interpolates among a set of MFVec2f values to produce an MFVec2f value_changed event.
The number of coordinates in the keyValue field must 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.
Refer to "Concepts - Interpolators" for a more detailed discussion of interpolators.
key | [] |
keyValue | [] |
metadata | NULL |
SoSFFloat | set_fraction |
SoMFFloat | set_key |
SoMFVec2f | set_keyValue |
SoSFNode | set_metadata |
SoMFVec2f | value_changed |
SoMFFloat | key_changed |
SoMFVec2f | keyValue_changed |
SoSFNode | metadata_changed |
SoVRMLCoordinateInterpolator2D::SoVRMLCoordinateInterpolator2D | ( | ) |
Constructor.
Key array.
KeyValue array.