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

SoVRMLOrientationInterpolator Class Reference
[VRML97 classes]

The SoVRMLOrientationInterpolator class is used to interpolate orientations. More...

#include <Inventor/VRMLnodes/SoVRMLOrientationInterpolator.h>

List of all members.

Public Methods

 SoVRMLOrientationInterpolator (void)

Public Attributes

SoMFRotation keyValue
SoEngineOutput value_changed

Protected Methods

virtual ~SoVRMLOrientationInterpolator (void)


Detailed Description

The SoVRMLOrientationInterpolator class is used to interpolate orientations.

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:

  OrientationInterpolator {
    eventIn      SFFloat    set_fraction      # (-,)
    exposedField MFFloat    key           []  # (-,)
    exposedField MFRotation keyValue      []  # [-1,1],(-,)
    eventOut     SFRotation value_changed
  }
  

The OrientationInterpolator node interpolates among a list of rotation values specified in the keyValue field. These rotations are absolute in object space and therefore are not cumulative. The keyValue field shall contain exactly as many rotations as there are keyframes in the key field. An orientation represents the final position of an object after a rotation has been applied. An OrientationInterpolator interpolates between two orientations by computing the shortest path on the unit sphere between the two orientations. The interpolation is linear in arc length along this path. The results are undefined if the two orientations are diagonally opposite. If two consecutive keyValue values exist such that the arc length between them is greater than , the interpolation will take place on the arc complement. For example, the interpolation between the orientations (0, 1, 0, 0) and (0, 1, 0, 5.0) is equivalent to the rotation between the orientations (0, 1, 0, 2) and (0, 1, 0, 5.0). A more detailed discussion of interpolators is contained in 4.6.8, Interpolator nodes (<http://www.web3d.org/technicalinfo/specifications/vrml97/part1/concepts.html#4.6.8>).


Constructor & Destructor Documentation

SoVRMLOrientationInterpolator::SoVRMLOrientationInterpolator void   
 

Constructor.

SoVRMLOrientationInterpolator::~SoVRMLOrientationInterpolator void    [protected, virtual]
 

Destructor.


Member Data Documentation

SoMFRotation SoVRMLOrientationInterpolator::keyValue
 

The keyValue vector.

SoEngineOutput SoVRMLOrientationInterpolator::value_changed
 

The eventOut which is sent every time the interpolator has calculated a new value.


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