From fd488f9603f22db0312eadcdb93b7880922dc9a7 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 14 Jan 2025 00:04:55 +1100 Subject: misc refactoring --- maths.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maths.hpp') diff --git a/maths.hpp b/maths.hpp index 26e6652..ef2dbfb 100644 --- a/maths.hpp +++ b/maths.hpp @@ -489,8 +489,8 @@ struct m4f { static v4f transform(m4f m, v4f v); static AABB transform(m4f m, AABB aabb); - m4f inverse(); - m4f transposed(); + m4f inverse() const; + m4f transposed() const; }; inline static v4f make_color(uint32_t rgb, uint8_t a) { -- cgit v1.2.3-54-g00ecf