2Geom is a computational geometry library intended for use with 2D vector graphics.
2Geom is a computational geometry library intended for use with 2D vector graphics. It concentrates on high-level algorithms, such as computing the length of a curve or Boolean operations on paths.
2Geom is a computational geometry library intended for use with 2D vector graphics. It concentrates on high-level algorithms, such as computing the length of a curve or Boolean operations on paths.
To install lib2geom, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lib2geom
To see what files were installed by lib2geom, run:
port contents lib2geom
To later upgrade lib2geom, run:
sudo port selfupdate && sudo port upgrade lib2geom
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.