--------------------------------------------------------------------------------
-- |
-- Module      :  Algorithms.Geometry.ConvexHull
-- Copyright   :  (C) Frank Staals
-- License     :  see the LICENSE file
-- Maintainer  :  Frank Staals
--------------------------------------------------------------------------------
module Algorithms.Geometry.ConvexHull( convexHull ) where

import Algorithms.Geometry.ConvexHull.GrahamScan