Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
To install polyclipping, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install polyclipping
To see what files were installed by polyclipping, run:
port contents polyclipping
To later upgrade polyclipping, run:
sudo port selfupdate && sudo port upgrade polyclipping
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.