spatial-math: 3d math including quaternions/euler angles/dcms and utility functions

[ bsd3, library, math ] [ Propose Tags ]

This is a port of my mathlib C library: `https://github.com/ghorn/mathlib`


[Skip to Readme]

Modules

[Last Documentation]

  • SpatialMath
    • SpatialMath.Internal
  • SpatialMathT

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2.0, 0.2.0.1, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.2.7.0, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.5.0.1
Change log changelog.txt
Dependencies base (>=4 && <5), binary, cereal, ghc-prim, lens, linear (>=1.17.1), TypeCompose (>=0.9.11) [details]
License BSD-3-Clause
Copyright Copyright (c) 2012, Greg Horn
Author Greg Horn
Maintainer gregmainland@gmail.com
Category Math
Source repo head: git clone git://github.com/ghorn/spatial-math.git
Uploaded by GregHorn at 2018-08-21T03:10:52Z
Distributions
Reverse Dependencies 8 direct, 1 indirect [details]
Downloads 17066 total (65 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-08-21 [all 3 reports]

Readme for spatial-math-0.5.0.1

[back to package description]

spatial-math

Hackage Build Status

3d math including quaternions/euler angles/dcms and utility functions.

This is a port of my 'mathlib' C library: https://github.com/ghorn/mathlib and may someday be merged with it.