From c3a3d13d1694ec43f7c7c430dbe731c08f772c81 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 24 Jan 2025 00:39:02 +1100 Subject: m3f inverse --- maths.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maths.hpp') diff --git a/maths.hpp b/maths.hpp index 87dcc43..74987d3 100644 --- a/maths.hpp +++ b/maths.hpp @@ -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 -- cgit v1.2.3-54-g00ecf