Go to file
Brendan Zabarauskas c906578c69 Remove NumCast type parameters
The NumCast type parameter is no longer needed as it is a constraint of numeric::Number
2013-04-02 11:59:33 +11:00
extern Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
src Remove NumCast type parameters 2013-04-02 11:59:33 +11:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS.txt Add AUTHORS.txt 2013-04-01 07:48:39 +11:00
LICENSE.txt Add Apache 2.0 License 2012-11-01 11:59:21 +10:00
Makefile Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
pkg.rs Add rustpkg support 2013-03-30 09:54:05 +11:00
README.md Update README 2013-04-01 07:57:02 +11:00

Lmath-rs

A linear algebra library for Rust, targeted at computer graphics.

Dependencies

numeric-rs (drop the library binary into lmath/extern)

Examples

~B☼