Generic data structure library for polygonal mesh representation
Generic data structure to represent and manipulate polygonal meshes
OpenMesh$ g++ -I$(brew --prefix open-mesh)/include myprogram.cpp -o myprogram$ g++ myprogram.cpp -o myprogram -L$(brew --prefix open-mesh)/lib -lOpenMesh$ brew info open-mesh