Go to file
Brendan Zabarauskas 8442e16db6 Merge pull request #12 from cyndis/master
Fix the projection::perspective method
2013-04-07 03:21:23 -07:00
extern Update makefile to look in lmath/extern when compiling 2013-04-01 07:56:46 +11:00
src Add function projection::orthographic. 2013-04-07 13:06:26 +03: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☼