--------------------------------------------------------------------------------
-- |
-- Module      :  Data.Geometry.PointLocation
-- Copyright   :  (C) Frank Staals
-- License     :  see the LICENSE file
-- Maintainer  :  Frank Staals
--------------------------------------------------------------------------------
module Data.Geometry.PointLocation
  ( module Data.Geometry.PointLocation.PersistentSweep
  ) where

import Data.Geometry.PointLocation.PersistentSweep