Linear algebra library for Rust.
Go to file
Sébastien Crozet ec160e5219 Fix rotation for transform adaptor. 2013-05-19 15:01:38 +00:00
src Fix rotation for transform adaptor. 2013-05-19 15:01:38 +00:00
.gitignore Add matrix adaptors and addapted to the now rust features. 2013-05-16 21:30:39 +00:00
LICENSE Initial commit. 2013-05-14 11:34:28 +00:00
Makefile Add rotation and translation traits. 2013-05-19 11:44:27 +00:00
README.md Removed disclaimer: there are some tests now! 2013-05-18 15:05:55 +00:00
pkg.rs Add basic operations. 2013-05-14 11:35:01 +00:00

README.md

nalgebra

nalgebra is a n-dimensional linear algebra library written with the rust programming language. It is mainly focused on features needed for real-time physics. It should be usable for graphics too.

Licence

nalgebra is provided "as is", under the BSD 3-Clause License.