Interpolator3D PathInterpolator
public function PathInterpolator(f:Function, pnFrames:Number, pPath:BezierPath)Create a new PathInterpolator.
This class realise a position interpolation of the group of objects it has been applied to
f | Function The function generating the interpolation value. You can use what you want even if Sandy recommends the Ease class The function must return a number between [0,1] and must have a parameter between [0,1] too. |
pPath | BezierPath The path that objects will go throught |
public function getType(Void):TransformTypeReturns the type of the interpolation.
Void |
TransformType the type of the interpolation
public function redo(Void):Voidredo
Make the interpolation starting again
redo() in sandy.core.transform.Interpolator3D
public function yoyo(Void):Voidyoyo
Make the interpolation going in the inversed way
yoyo() in sandy.core.transform.Interpolator3D