From cbc3bcea3389aac184441b5cfeb210c18a6ca891 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 8 Sep 2012 16:08:52 +1000 Subject: [PATCH] Update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0fae8a..06b3260 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Here's some linear algebra I've been working on. I've translated it over from my ## 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. -- Vector functions: abs, lerp, min, max - Matrix Inversion: ugh - Matrix rotation - Euler and Axial rotations