435

Creating interpolator behaviors
RotPosScalePathInterpolator class methods

  • RotPosScalePathInterpolator interpolates a position, rotation, and scale along a path

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