@hackage AC-Vector2.3.0
Efficient geometric vectors and transformations.
Installation
Dependencies (1)
Dependents (9)
@hackage/graph-rewriting-gl, @hackage/acme-everything, @hackage/graph-rewriting-layout, @hackage/point-octree, @hackage/Octree, @hackage/hPDB-examples, Show all…
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.)
The Vector class now implies Num and Fractional.
Hopefully this will be the last breaking change for a while.
Also added vpromote, (/|) and (|/).