| Copyright | (C) Frank Staals |
|---|---|
| License | see the LICENSE file |
| Maintainer | Frank Staals |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Geometry.Box
Contents
Description
Orthogonal \(d\)-dimensiontal boxes (e.g. rectangles)
Synopsis
- module Data.Geometry.Box.Internal
- module Data.Geometry.Box.Corners
- module Data.Geometry.Box.Sides
- inBox' :: (Arity d, Ord r) => Point d r -> Box d p r -> PointLocationResult
Documentation
module Data.Geometry.Box.Internal
module Data.Geometry.Box.Corners
module Data.Geometry.Box.Sides
inBox' :: (Arity d, Ord r) => Point d r -> Box d p r -> PointLocationResult Source #
Compute whether the point lies inside, on the boundary of, or outside the box.