Implement vertex categorisation for Polygon Triangulation

This commit is contained in:
2015-01-07 18:55:16 +01:00
parent 4f5d7f15bf
commit 013dfd054b
6 changed files with 146 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ executable Gtk
other-modules: Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation
Algorithms.QuadTree
Algorithms.KDTree
Graphics.Diagram.AlgoDiags
@@ -105,6 +106,7 @@ executable Gif
other-modules: Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation
Algorithms.QuadTree
Algorithms.KDTree
Graphics.Diagram.AlgoDiags
@@ -150,6 +152,7 @@ executable Test
other-modules: Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation
Algorithms.QuadTree
Algorithms.KDTree
Graphics.Diagram.AlgoDiags