Update todo list
This commit is contained in:
parent
8a4489c4ef
commit
2d4dda8168
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -5,14 +5,22 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
|
||||||
## Todo:
|
## Todo:
|
||||||
|
|
||||||
- Matrix inversion
|
- Matrix inversion
|
||||||
- Matrix rotation
|
- <strike>Matrix rotation</strike>
|
||||||
|
- <strike>Angle types (degrees/radians)</strike>
|
||||||
|
- N x M matrices
|
||||||
|
- Operator Overloading
|
||||||
|
- Implement component-wise functions for vectors
|
||||||
- Euler and axial rotations
|
- 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
|
- Performance improvements
|
||||||
- Increase unit test coverage
|
- Increase unit test coverage
|
||||||
- Improve documentation
|
- Improve documentation
|
||||||
- Publish on Cargo Central
|
- <strike>Publish on Cargo Central</strike>
|
||||||
|
- 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