Interpolates among a set of position values. More...
#include <Inventor/VRMLnodes/SoVRMLPositionInterpolator2D.h>
Public Member Functions | |
SoVRMLPositionInterpolator2D () | |
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 SFVec3f values. This is appropriate for interpolating a translation. The vectors are interpreted as absolute positions in object space. The keyValue field must contain exactly as many values as in the key field.
Refer to "Concepts - Interpolators" for a more detailed discussion of interpolators.
key | [] |
keyValue | [] |
metadata | NULL |
SoSFFloat | set_fraction |
SoMFFloat | set_key |
SoMFVec3f | set_keyValue |
SoSFNode | set_metadata |
SoSFVec2f | value_changed |
SoMFFloat | key_changed |
SoMFVec2f | keyValue_changed |
SoSFNode | metadata_changed |
SoVRMLPositionInterpolator2D::SoVRMLPositionInterpolator2D | ( | ) |
Constructor.
Key array.
KeyValue array.