collectClippedCurves MethodStatic

Compute and return portions of the input curve that are within the clipper.

collectClippedCurves(curve: CurvePrimitive, clipper: Clipper): CurvePrimitive[]

@returns array of clipped curves

Parameter Type Description
curve CurvePrimitive input curve, unmodified
clipper Clipper used to compute the clipped components

Returns - CurvePrimitive[]

array of clipped curves

Defined in

Last Updated: 17 May, 2024