Readme edits
This commit is contained in:
parent
f4a8e5b99f
commit
9e46931ecc
1 changed files with 0 additions and 22 deletions
22
README.md
22
README.md
|
@ -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`)
|
[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☼
|
~B☼
|
Loading…
Reference in a new issue