| License | MIT |
|---|---|
| Maintainer | Jonatan H Sundqvist |
| Stability | experimental|stable |
| Portability | POSIX (not sure) |
| Safe Haskell | None |
| Language | Haskell2010 |
Cartesian.Plane.Types
Description
- data BoundingBox f = BoundingBox {}
Documentation
data BoundingBox f Source
TODO: Anchors (eg. C, N, S, E W and combinations thereof, perhaps represented as relative Vectors)
Constructors
| BoundingBox | |
Instances
| Show f => Show (BoundingBox f) Source |