Fix strikethroughs

This commit is contained in:
Brendan Zabarauskas 2012-11-08 12:14:50 +10:00
parent 2d4dda8168
commit 34add64ffd

View file

@ -5,8 +5,8 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
## Todo: ## Todo:
- Matrix inversion - Matrix inversion
- <strike>Matrix rotation</strike> - ~~Matrix rotation~~
- <strike>Angle types (degrees/radians)</strike> - ~~Angle types (degrees/radians)~~
- N x M matrices - N x M matrices
- Operator Overloading - Operator Overloading
- Implement component-wise functions for vectors - Implement component-wise functions for vectors
@ -14,7 +14,7 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
- Performance improvements - Performance improvements
- Increase unit test coverage - Increase unit test coverage
- Improve documentation - Improve documentation
- <strike>Publish on Cargo Central</strike> - ~~Publish on Cargo Central~~
- Swizzle functions - Swizzle functions
Dependant on rust/master: Dependant on rust/master: