Description
Geometry tools can combine, intersect, subtract, and trim two-dimensional polygons from Perl code. This is useful for mapping, CAD-like tools, games, print layouts, and data processing that needs reliable polygon clipping.
It is a developer library. Results depend on coordinate precision and input validity, so applications should test edge cases such as self-intersecting shapes, tiny segments, and very large coordinate values.