spatial-math 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- spatial-math.cabal +1/−1
- src/SpatialMathT.hs +1/−0
spatial-math.cabal view
@@ -1,5 +1,5 @@ name: spatial-math-version: 0.3.0.0+version: 0.3.1.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
@@ -75,6 +75,7 @@ newtype Rot f1 f2 r a = Rot { unRot :: r a } deriving ( Functor, Foldable, Traversable+ , Applicative , Storable , Num, Fractional, Eq, Show, Ord , Generic1, Generic