Package-level declarations
Functions
Creates a new ShapeContour by combining multiple ShapeContour instances.
Insert point at t
Insert point at segmentIndex, segmentT
Insert points at ascendingTs
Shifts the contour by a specified amount along its parameterized path. If the contour is not closed, it returns the original contour unaltered.
Shifts the starting point of the current ShapeContour by a specified normalized distance dt.
Splits the current Path3D into multiple subpaths at specified normalized parameter values.
Splits the current Segment2D instance at specified parameter values.
Splits the current 3D segment into multiple sub-segments at the specified parameter t values.
Splits the current ShapeContour into multiple contours at the specified segment index and position within the segment.
Splits the current ShapeContour at specified normalized parameter values and returns sub-contours.
Splits the path at the given normalized parameter values (ascendingTs) and returns a list of subpaths.