cgmath/README.md
Brendan Zabarauskas c453c9bfea Rename project to lm-rs
Yes, I think this a little more sensible… :)
2012-11-01 23:08:40 +10:00

573 B

lm-rs

lm-rs is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request.

Todo:

  • Matrix inversion
  • Matrix rotation
  • Euler and axial rotations
  • Implement trait inheritance (dependant on rust/master)
  • Make use of static functions for constants and constructors (dependant on rust/master)
  • Performance improvements
  • Increase unit test coverage
  • Improve documentation
  • Publish on Cargo Central

~B☼