cgal
Customizing CGAL Kernel with my own Point class
I would like to use a custom Point class with the CGAL constrained delaunay triangulation. However, with the following MyPoint class (which should behave the exact same as a CGAL::Point_2 no?) I get s[详细]
2022-12-23 00:04 分类:问答CGAL 3.4: How do I get end vertex co-ordinates from a Finite_edges_iterator?
Here is some code: struct K : CGAL::Exact_predicates_inexact_constructions_kernel {}; typedef CGAL::Triangulation_vertex_base_2<K>Vb;[详细]
2022-12-17 08:52 分类:问答How do I iterate over faces in CGAL
I am trying to use CGAL to do some Delaunay triangulation.I used one of the CGAL samples to compute a triangulation which includes a height field attribute.[详细]
2022-12-16 23:03 分类:问答CGAL for .Net ( or C#)
I am not sure whether there is a .Net version of CGAL? The last time I check there is only one CGAL equivalent in garbage-开发者_如何学编程collected language.[详细]
2022-12-10 16:47 分类:问答