name: spatial-math version: 0.1.0.0 synopsis: 3d math including quaternions/euler angles/dcms and utility functions description: This is a port of my "mathlib" C library license: BSD3 license-file: LICENSE author: Greg Horn maintainer: gregmainland@gmail.com -- copyright: category: Math build-type: Simple cabal-version: >=1.8 library exposed-modules: SpatialMath, SpatialMath.Quat, SpatialMath.Xyz -- other-modules: build-depends: base >= 4 && < 5, hmatrix >= 0.14 && < 0.15 source-repository head type: git location: git://github.com/ghorn/spatial-math.git