Cartesian: Coordinate systems

[ library, math, mit ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.5.0.0, 0.6.0.0
Dependencies base (<=4.8.1.0), lens (<=4.13.0.0), template-haskell [details]
License MIT
Author Jonatan H Sundqvist
Maintainer jonatanhsundqvist@gmail.com
Category Math
Uploaded by SwiftsNamesake at 2015-11-05T21:56:35Z
Distributions
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 4024 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-11-05 [all 1 reports]

Readme for Cartesian-0.2.0.0

[back to package description]

Cartesian

Functions and types for working with three-dimensional coordinate systems.

For now, all functions assume a coordinate system where right is +X, up is +Y and forwards is +Z.

Contributors

Jonatan H Sundqvist

TODO

  • Use typeclass for Vectors (would save a lot of boilerplate)
  • Allow functions to operate on any Vector-like type (including eg. Complex)