Class RectClipLines64

java.lang.Object
com.github.micycle1.clipper2.rectclip.RectClip64
com.github.micycle1.clipper2.rectclip.RectClipLines64

public class RectClipLines64 extends RectClip64
RectClipLines64 intersects subject open paths (polylines) with the specified rectangular clipping region.

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

Since:
1.0.6