433

Creating interpolator behaviors
RotationPathInterpolator class methods

  • RotationPathInterpolator interpolates a rotation along a path

  • Methods on RotationPathInterpolator set the translation axis, path, and target
  • Sets the rotation in a TransformGroup
  • Method
    RotationPathInterpolator( Alpha alpha, TransformGroup target, Transform3D axis, float[] knots, Quat4f[] quats )
    void setAxisOfRotation( Transform3D axis )
    void setQuat( int index, Quat4f quat )
    void setTarget( TransformGroup target )