Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b3d54015 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

disabled drawing graph of delaunay map

parent c58de0f8
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ namespace TUGraz.VectoCore.Utils
}
}
DrawGraph(pointCount, triangles, superTriangle, xmin, xmax, ymin, ymax);
//DrawGraph(pointCount, triangles, superTriangle, xmin, xmax, ymin, ymax);
_convexHull = triangles.FindAll(t => t.SharesVertexWith(superTriangle)).
SelectMany(t => t.GetEdges()).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment