AC-Vector-2.0.0: AC-Vector.cabal
Cabal-Version: >= 1.6
Name: AC-Vector
Version: 2.0.0
Stability: Experimental
Synopsis: Efficient geometric vectors and transformations.
Description:
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.
Existing API has been rearranged. Now supports 4D vectors
and linear transformations.
Category: Data, Math, Numerical
License: BSD3
License-file: License.txt
Author: Andrew Coppin
Maintainer: MathematicalOrchid@hotmail.com
Build-Type: Simple
Tested-With: GHC == 6.10.3
Library
Exposed-modules:
Data.Vector,
Data.Vector.Class,
Data.Vector.V1,
Data.Vector.V2,
Data.Vector.V3,
Data.Vector.V4,
Data.Vector.Transform,
Data.Vector.Transform.T1,
Data.Vector.Transform.T2,
Data.Vector.Transform.T3,
Data.Vector.Transform.T4
Build-Depends: base >= 4 && < 5
HS-Source-Dirs: .