View source
class SegmentedPathBase
package away3d.paths
implements IPath
extended by CubicPath, QuadraticPath
Available on all platforms
Constructor
Variables
Methods
getSegmentAt(index:Int):IPathSegment
returns a given PathSegment from the path (PathSegment holds 3 Vector3D's)
Parameters:
indice | uint. the indice of a given PathSegment |
|---|
Returns:
given PathSegment from the path
removeSegment(index:Int, join:Bool = false):Void
removes a segment in the path according to id.
Parameters:
index | int. The index in path of the to be removed curvesegment |
|---|---|
join | Boolean. If true previous and next segments coordinates are reconnected |