clipAnyCurve MethodStatic

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

clipAnyCurve(curve: AnyCurve, clipper: Clipper): AnyCurve[]

@returns array of clipped components of the input curve or region that lie inside the clipper

Parameter Type Description
curve AnyCurve input curve or region, unmodified
clipper Clipper used to compute the clipped components

Returns - AnyCurve[]

array of clipped components of the input curve or region that lie inside the clipper

Defined in

Last Updated: 17 May, 2024