74aefd9c23
The previous implementation had stability problems for small angles due to the behaviour of the arccosine it used. In particular, it needs a hack to handle "cosines" greater than 1 and the smallest obtainable nonzero angle for e.g. f32 is acos(1-2^-22) = 0.00069... These problems can be fixed by using an arctangent-based formula. |
||
---|---|---|
benches | ||
ci | ||
examples | ||
nalgebra-glm | ||
nalgebra-lapack | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md | ||
rustfmt.toml |
README.md
Users guide | Documentation | Forum
Linear algebra library for the Rust programming language.
Click this button if you wish to donate to support the development of nalgebra: