linear-tests-0.1.1.0: Linear Algebra

Safe HaskellNone
LanguageHaskell2010

Linear.Quaternion.Arbitrary

Contents

Synopsis

Documentation

newtype CartesianQuaternion a Source #

Arbitrary instances of this type are restricted to increment of 90 degrees along cartesian axis

Orphan instances

(Arbitrary a, Epsilon a, Floating a) => Arbitrary (Quaternion a) Source #

`Arbitrary Quaternion` instance

Instance details