C++ library for mesh to mesh intersection: what is available?
问题 I need to calculate volume intersection and penetration depth between 3D triangular meshes (e.g. in .obj format), but I am quite new to computational geometry. In a previous post (Mesh to mesh intersections) and from my google search, I found a few C++ libraries which might be appropriate to do the job: CGAL PQP libigl SWIFT Though, I am not sure which one could be the most appropriate for a beginner. Any suggestion? 回答1: libigl as of version 1.1 has robust mesh boolean operations in igl