434

Creating interpolator behaviors
RotPosPathInterpolator class methods

  • RotPosPathInterpolator interpolates a position and rotation along a path

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