aboutsummaryrefslogtreecommitdiff
path: root/libjin/Math/Matrix.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-04 21:19:51 +0800
committerchai <chaifix@163.com>2018-10-04 21:19:51 +0800
commitf64bde8fe125393fa8a2a5de869c44aaed47b621 (patch)
tree696756093d27692eaae8472d6d9f6f37f375c01b /libjin/Math/Matrix.h
parentc6f9d4182aaa868a72acac59cf8837f5924ed11e (diff)
*update
Diffstat (limited to 'libjin/Math/Matrix.h')
-rw-r--r--libjin/Math/Matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libjin/Math/Matrix.h b/libjin/Math/Matrix.h
index f02e317..52fc9c8 100644
--- a/libjin/Math/Matrix.h
+++ b/libjin/Math/Matrix.h
@@ -33,6 +33,8 @@ namespace math
public:
+ static const Matrix Identity;
+
/**
* Creates a new identity matrix.
**/