cgal

Computational Geometry Algorithms Library for geometric computing

brewmacoslinux
Try with needOr install directly
Source

About

Computational Geometry Algorithms Library

Commands

cgal

Examples

Link CGAL library in C++ compilation for geometric algorithms$ g++ -std=c++17 program.cpp -o program $(pkg-config --cflags --libs cgal)
Check CGAL installation and version information$ pkg-config --modversion cgal
Compile with CGAL using CMake build system$ cmake -DCGAL_DIR=$(pkg-config --variable=libdir cgal)/../cmake ..