mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 22:09:52 +01:00
Add to the testbed report the result of the Delaunay test
This commit is contained in:
parent
dbc52ace16
commit
bdd6e3b29b
@ -182,6 +182,7 @@ int main(int argc, char* argv[])
|
|||||||
cout << "Total number of points = " << (polyline.size() + points_in_holes + steiner.size())
|
cout << "Total number of points = " << (polyline.size() + points_in_holes + steiner.size())
|
||||||
<< endl;
|
<< endl;
|
||||||
cout << "Number of triangles = " << triangles.size() << endl;
|
cout << "Number of triangles = " << triangles.size() << endl;
|
||||||
|
cout << "Is Delaunay = " << (IsDelaunay(triangles) ? "true" : "false") << endl;
|
||||||
cout << "Elapsed time (ms) = " << dt * 1000.0 << endl;
|
cout << "Elapsed time (ms) = " << dt * 1000.0 << endl;
|
||||||
|
|
||||||
MainLoop(zoom);
|
MainLoop(zoom);
|
||||||
|
Loading…
Reference in New Issue
Block a user