Added a filter to the Delaunay Triangulator to insure that incoming points

are unique in the X and Y components.
This commit is contained in:
Don BURNS
2006-02-08 23:41:32 +00:00
parent 608a183753
commit 8f7d349f7e
2 changed files with 32 additions and 0 deletions

View File

@@ -167,6 +167,8 @@ private:
// GWM these lines provide required edges in the triangulated shape.
linelist constraint_lines;
void _uniqueifyPoints();
};