Update readme

This commit is contained in:
Brendan Zabarauskas 2012-09-08 16:08:52 +10:00
parent fc83b7a17d
commit cbc3bcea33

View file

@ -5,7 +5,6 @@ Here's some linear algebra I've been working on. I've translated it over from my
## Todo: ## Todo:
- Unittests: I have full unittest coverage on my D project so the algorithms should be correct, but this is definately top on my list. - Unittests: I have full unittest coverage on my D project so the algorithms should be correct, but this is definately top on my list.
- Vector functions: abs, lerp, min, max
- Matrix Inversion: ugh - Matrix Inversion: ugh
- Matrix rotation - Matrix rotation
- Euler and Axial rotations - Euler and Axial rotations