summaryrefslogtreecommitdiff
path: root/hcoord.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-04-08 16:46:21 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-04-08 16:46:21 +0200
commit7a63472ea29db5d7555016d98e6a45c48fbf3157 (patch)
treea498100dc67a06cf5aca46c2abc7f80be5c5506e /hcoord.h
parentf281f316627b163489ecb39d837144142c9353f9 (diff)
Reimplemented matrix inversion.
Diffstat (limited to 'hcoord.h')
-rw-r--r--hcoord.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcoord.h b/hcoord.h
index 075d180..b7ddbd7 100644
--- a/hcoord.h
+++ b/hcoord.h
@@ -16,7 +16,8 @@ class HMatrix {
HMatrix();
- HMatrix inverse();
+ HMatrix invtr();
+ HMatrix invtrs();
HVector operator*(const HVector& vec);