Create a deep clone of this path.
Get the path segment at the given index.
Get the number of segments in this path.
Reverse this path (swap start and end and thus – the direction) in-place.
Get the end point of this path segment.
The end point of this path segment.
Get the tangent's end point at the end point of this segment.
The end point of the ending point's tangent.
Get the start point of this path segment.
The start point of this path segment.
Get the tangent's end point at the start point of this segment.
The end point of the starting point's tangent.
Generated using TypeDoc
A common interface for general path representations.