AC-Vector

Efficient geometric vectors and transformations.

Version on this page:2.3.2
LTS Haskell 9.21:2.3.2
Stackage Nightly 2017-07-25:2.3.2
Latest on Hackage:2.4.0

See all snapshots AC-Vector appears in

BSD-3-Clause licensed by Andrew Coppin
Maintained by [email protected]
This version can be pinned in stack with:AC-Vector-2.3.2@sha256:215795a39224484953005803bdd6acab13066c48d9def4dab22388264a9604c4,1410
Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2015-10-07(full list with versions):

This Haskell library implements several small vectors types with Double fields, with seperate types for each size of vector, and a type class for handling vectors generally. (Note that although this package is listed in the "graphics" category, the package itself has no graphics facilities. It just contains data structures that are useful for graphics work.)

Changes:

  • Fixed a stupid bug in union. Until now, the function could sometimes return gibberish answers. Hopefully this is now fixed.