Create a deep clone of this path segment.
Revserse this path segment (in-place) and return this same instance (useful for chaining). The new path segment has start and end point swapped.
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 different kinds of path segments.