英文: Computing curvatures with CGAL 问题 我试图理解如何使用CGAL计算SurfaceMesh(以及高斯曲率)的主曲率。 首先,我没有看到是否有一个函数可以计算网格中...
在CGAL中保留自定义数据的同时对面进行三角剖分
英文: Triangulate faces while preserving custom data in CGAL 问题 我有一个多面体,它使用自定义的 Polyhedron_items_3 类来向...
CGAL RTree在处理39,651,210个二维点时出现内存问题。
英文: Memory issue with CGAL RTree when working with 39,651,210 2D points 问题 我正在使用CGAL的RTree来查找点云中在一个区...
在CGAL约束三角剖分中存储额外信息并使用有限面迭代器访问它。
英文: Storing Additional Information in CGAL Constrained Triangulation Face and Accessing it Using Fin...
在CGAL中高效地筛选Alpha形状内的三角形
英文: Efficiently Filtering Triangles within an Alpha Shape in CGAL 问题 我目前正在处理一个项目,涉及使用CGAL的Constraine...
在CGAL Delaunay三角剖分中嵌入和迭代自定义面。
英文: Embedding and iterating over custom faces in CGAL Delaunay triangulation 问题 我在我的C++应用程序中使用CGAL库执...
如何提取CGAL中的有序边界循环?
英文: How to extract ordered boundary cycle in CGAL? 问题 I'm new to CGAL, I'm trying to find out how to...
你可以如何在外部的 .obj 文件上使用 MVC_post_processor_3?
英文: How can I use MVC_post_processor_3 on an external .obj file? 问题 基本上,我想在我用自己的代码参数化的3D对象上使用MVC_pos...