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

[Index]

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), linear (>=1.3.1) [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 2013-11-07T11:17:09Z
Distributions
Reverse Dependencies 8 direct, 1 indirect [details]
Downloads 17100 total (86 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for spatial-math-0.2.0

[back to package description]

spatial-math

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.