Restructure modules

This commit is contained in:
2014-10-10 17:40:08 +02:00
parent cb7d5269a0
commit 6e4c7e47c2
17 changed files with 250 additions and 191 deletions

View File

@@ -1,12 +1,13 @@
{-# OPTIONS_HADDOCK ignore-exports #-}
module Algorithms.ConvexHull where
module Algorithms.ConvexHull.GrahamScan where
import Algebra.Vector
import Algebra.VectorTypes
import Data.List
import Diagrams.TwoD.Types
import Diagrams.TwoD.Vector
import Util
import LinearAlgebra.Vector
import MyPrelude
-- |Find the point with the lowest Y coordinate.