----------------------------------------------------------------------------- -- | -- Module : AFRPGeometry -- Copyright : (c) Yale University, 2003 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : antony@apocalypse.org -- Stability : provisional -- Portability : non-portable (uses GHC extensions) -- -- Basic geometrical abstractions. -- module AFRPGeometry ( module AFRPVectorSpace, module AFRPAffineSpace, module AFRPVector2, module AFRPVector3, module AFRPPoint2, module AFRPPoint3 ) where import AFRPVectorSpace import AFRPAffineSpace import AFRPVector2 import AFRPVector3 import AFRPPoint2 import AFRPPoint3