Go to file
Brendan Zabarauskas 3d5a7ed7ef Merge pull request #15 from MaikKlein/master
Fixing vec2.perp_Dot and vec3.angle
2013-06-15 17:11:31 -07:00
src Fixing vec2.perp_dot and vec3.angle 2013-06-16 02:08:16 +02:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
LICENSE Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
Makefile Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
pkg.rs Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
README.md Use the new core::num traits and remove numeric dependency 2013-05-06 13:52:22 +10:00

Lmath-rs

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

Examples

~B☼