Path3D
Represents a 3D path composed of multiple segments. The class supports operations on the path, such as transformations, sampling, sub-path extraction, and various geometric calculations. It also provides methods for creating paths from points or segments and combines functionality for both open and closed paths.
Constructors
Functions
Recursively subdivides linear Segment2Ds to approximate Bézier curves.
Returns specified amount of points of equal distance from each other.
Calculates the point at a given distance along this ShapeContour.
Returns a point on the path of the ShapeContour.
Project a point on the contour
Sample the shape contour into line segments
Adaptively sample the contour into line segments while still approximating the original contour
Estimates the t value for a given length.