From 2d4dda81689710d442c583e597ab15a1f31b7419 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Thu, 8 Nov 2012 12:09:25 +1000 Subject: [PATCH] Update todo list --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc3d2eb..297a540 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,22 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni ## Todo: - Matrix inversion -- Matrix rotation +- Matrix rotation +- Angle types (degrees/radians) +- N x M matrices +- Operator Overloading +- Implement component-wise functions for vectors - 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 - Increase unit test coverage - Improve documentation -- Publish on Cargo Central +- Publish on Cargo Central +- Swizzle functions + +Dependant on rust/master: + +- Implement trait inheritance +- Make use of static functions for constants and constructors ~B☼ \ No newline at end of file