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
Here is some code: struct K : CGAL::Exact_predicates_inexact_constructions_kernel {}; typedef CGAL::Triangulation_vertex_base_2<K>Vb;
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.
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.