packages feed

spatial-math 0.2.2.0 → 0.2.3.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

spatial-math.cabal view
@@ -1,5 +1,5 @@ name:                spatial-math-version:             0.2.2.0+version:             0.2.3.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
@@ -33,7 +33,7 @@ newtype V3T f a = V3T {unV :: V3 a}                 deriving ( Functor, Foldable, Traversable                          , Applicative-                         , Additive, Storable+                         , Additive, Metric, Storable                          , Num, Fractional, Eq, Show, Ord                          , Generic1, Generic                          , Serialize, Binary