summaryrefslogtreecommitdiff
path: root/hcoord.h
diff options
context:
space:
mode:
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);