diff options
Diffstat (limited to 'maths.hpp')
-rw-r--r-- | maths.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -529,6 +529,8 @@ struct m3f { static v3f transform(const m3f& m, const v3f& v); v3f operator*(const v3f& other) const; + + m3f inverse() const; }; #endif |