summaryrefslogtreecommitdiff
path: root/maths.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-24 00:39:02 +1100
committerquou <quou@disroot.org>2025-01-24 00:39:02 +1100
commitc3a3d13d1694ec43f7c7c430dbe731c08f772c81 (patch)
treea8d39f5b48a82bd0d6785a432792015740b7239e /maths.hpp
parent2751f6bd1ac8c11a68075d303e84411617b67b9b (diff)
m3f inverse
Diffstat (limited to 'maths.hpp')
-rw-r--r--maths.hpp2
1 files changed, 2 insertions, 0 deletions
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