vect

A low-dimensional linear algebra library, tailored to computer graphics.

http://code.haskell.org/~bkomuves/

LTS Haskell 6.35:0.4.7
Stackage Nightly 2016-05-25:0.4.7
Latest on Hackage:0.4.7

See all snapshots vect appears in

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2016-04-16(full list with versions):

A low-dimensional (2, 3 and 4) linear algebra library, with lots of useful functions. Intended usage is primarily computer graphics (basic OpenGL support is included as a separate package). Projective 4 dimensional operations, as used in eg. OpenGL, are also supported; and so are quaternions. The base field is either Float or Double.