packages feed

spatial-math 0.2.1.2 → 0.2.2.0

raw patch · 4 files changed

+10/−5 lines, 4 files

Files

README.md view
@@ -1,7 +1,6 @@ spatial-math ===--[![Build Status](https://secure.travis-ci.org/ghorn/spatial-math.png?branch=master)](http://travis-ci.org/ghorn/spatial-math)+[![Hackage](https://img.shields.io/hackage/v/spatial-math.svg)](https://hackage.haskell.org/package/spatial-math) [![Build Status](https://secure.travis-ci.org/ghorn/spatial-math.png?branch=master)](http://travis-ci.org/ghorn/spatial-math)  3d math including quaternions/euler angles/dcms and utility functions. 
changelog.txt view
@@ -5,3 +5,9 @@  0.2.1.1 - Serialize a => Serialize (Euler a)++0.2.1.2+- Binary a => Binary (Euler a)++0.2.2+- add Ord instances
spatial-math.cabal view
@@ -1,5 +1,5 @@ name:                spatial-math-version:             0.2.1.2+version:             0.2.2.0 synopsis:            3d math including quaternions/euler angles/dcms and utility functions description:         This is a port of my 'mathlib' C library: `https://github.com/ghorn/mathlib` license:             BSD3
src/SpatialMathT.hs view
@@ -34,7 +34,7 @@                 deriving ( Functor, Foldable, Traversable                          , Applicative                          , Additive, Storable-                         , Num, Fractional, Eq, Show+                         , Num, Fractional, Eq, Show, Ord                          , Generic1, Generic                          , Serialize, Binary                          )@@ -46,7 +46,7 @@   Rot { unR :: r }   deriving ( Functor, Foldable, Traversable            , Storable-           , Num, Fractional, Eq, Show+           , Num, Fractional, Eq, Show, Ord            , Generic1, Generic            , Serialize, Binary            )