Cartesian-0.1.0.1: Coordinate systems

LicenseMIT
MaintainerJonatan H Sundqvist
Stabilityexperimental|stable
PortabilityPOSIX (not sure)
Safe HaskellNone
LanguageHaskell2010

Cartesian.Plane.Types

Description

 

Synopsis

Documentation

data BoundingBox f Source

TODO: Anchors (eg. C, N, S, E W and combinations thereof, perhaps represented as relative Vectors)

Constructors

BoundingBox 

Fields

_centre :: Complex f
 
_size :: Complex f
 

Instances