j3d.org Code

Package org.j3d.util.interpolator

Interpolator utility classes that may be used anywhere.

See:
          Description

Class Summary
BooleanInterpolator An interpolator that works with boolean values.
ColorInterpolator An interpolator that works with color components.
Coordinate2DInterpolator An interpolator that works with 2D positional coordinates.
CoordinateInterpolator An interpolator that works with positional coordinates.
IntegerInterpolator An interpolator that works with integer values.
Interpolator An interpolator that works with positional coordinates.
NormalInterpolator An interpolator that works with sets of normals.
PositionInterpolator An interpolator that works with positional coordinates.
RotationInterpolator An interpolator that works with positional coordinates.
ScalarInterpolator An interpolator that works with scalar values.
 

Package org.j3d.util.interpolator Description

Interpolator utility classes that may be used anywhere.

These utility classes do not rely on using the standard Java 3D behaviour mechanism to operate. They can operate on a standalone basis with user code setting fraction values and getting information back.

Interpolators act as either a linear mechanism or step mechanism. When working as a linear system it calculates the values relative to the proportion between the keys in a linear fashion. Step interpolation holds the previous key value until the next key value is reached. At the point the key is reached, the output value jumps to the next keyValue.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org