424

Creating interpolator behaviors
RotationInterpolator class methods

  • RotationInterpolator linearly interpolations a rotation from a starting angle to an ending angle

  • Methods on RotationInterpolator set the rotation axis, value range, and target
  • Sets the rotation in a TransformGroup
  • Method
    RotationInterpolator( Alpha alpha, TransformGroup target )
    void setAxisOfRotation( Transform3D axis )
    void setMaximumAngle( float angle )
    void setMinimumAngle( float angle )
    void setTarget( TransformGroup target )