Readme edits

This commit is contained in:
Brendan Zabarauskas 2012-12-19 23:13:01 +10:00
parent f4a8e5b99f
commit 9e46931ecc

View file

@ -10,27 +10,5 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
[numeric-rs](https://github.com/bjz/numeric-rs/) (can be installed via `$ cargo install numeric`)
## Todo:
- ~~Matrix inversion~~
- ~~Matrix rotation~~
- ~~Angle types (degrees/radians)~~
- ~~Phase out the use of `num::cast::cast` for numeric conversions~~
- ~~Move numeric traits to separate library~~
- ~~ Move color types to separate library~~
- Operator Overloading
- Implement component-wise functions for vectors
- Euler and axial rotations
- Performance improvements
- Increase unit test coverage
- Improve documentation
- ~~Publish on Cargo Central~~
- Swizzle functions
Dependant on rust/master:
- ~~Implement trait inheritance~~
- Make use of static functions for constants and constructors
~B☼