View source
interface IPathSegment
package away3d.paths
extended by CubicPathSegment, QuadraticPathSegment
Available on all platforms
Methods
getPointOnSegment(phase:Float, ?target:Vector3D):Vector3D
Calculates the position of the curve on this segment.
@return
Parameters:
phase | The ratio between the start and end point. |
|---|---|
target | An optional target to store the calculation, to prevent creating a new Vector3D object. |