POLYGON: add polygon module

This commit is contained in:
2015-01-08 01:41:14 +01:00
parent ddb97aa8c7
commit edd4ec38d7
2 changed files with 32 additions and 3 deletions

View File

@@ -54,7 +54,8 @@ executable Gtk
main-is: GtkMain.hs
-- Modules included in this executable, other than Main.
other-modules: Algebra.Vector
other-modules: Algebra.Polygon
Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation
@@ -103,7 +104,8 @@ executable Gif
main-is: GifMain.hs
-- Modules included in this executable, other than Main.
other-modules: Algebra.Vector
other-modules: Algebra.Polygon
Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation
@@ -149,7 +151,8 @@ executable Test
main-is: TestMain.hs
-- Modules included in this executable, other than Main.
other-modules: Algebra.Vector
other-modules: Algebra.Polygon
Algebra.Vector
Algorithms.GrahamScan
Algorithms.PolygonIntersection
Algorithms.PolygonTriangulation