A deep clone/copy of this path.
Get the sequence of all start/end points of this path. Assumption is: each path segment's end point is located on the next segment's start point to shape a full connected path.
No arcs are considered here, just plain linear segments.
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 path segment at the given index.
The paths segment at the given index.
Get the number of segments in this path.
The number (integer) of path segments.
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.
Reverse this path (swap start and end and thus – the direction) in-place.
This path instance.
Generated using TypeDoc
Create a deep clone of this path.
clone
Path