Class RectClip64

java.lang.Object
com.github.micycle1.clipper2.rectclip.RectClip64
Direct Known Subclasses:
RectClipLines64

public class RectClip64 extends Object
RectClip64 intersects subject polygons with the specified rectangular clipping region. Polygons may be simple or complex (self-intersecting).

This function is extremely fast when compared to the Library's general purpose Intersect clipper. Where Intersect has roughly O(n³) performance, RectClip64 has O(n) performance.

Since:
1.0.6