diff options
author | chai <chaifix@163.com> | 2018-10-04 21:19:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-04 21:19:51 +0800 |
commit | f64bde8fe125393fa8a2a5de869c44aaed47b621 (patch) | |
tree | 696756093d27692eaae8472d6d9f6f37f375c01b /libjin/Math/Matrix.h | |
parent | c6f9d4182aaa868a72acac59cf8837f5924ed11e (diff) |
*update
Diffstat (limited to 'libjin/Math/Matrix.h')
-rw-r--r-- | libjin/Math/Matrix.h | 2 |
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. **/ |