summaryrefslogtreecommitdiff
path: root/maths.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-22 17:01:35 +1100
committerquou <quou@disroot.org>2025-02-22 17:01:53 +1100
commit04db6b0ccd81d988cfe3a1d09e4eb00eeea77273 (patch)
tree5163857dca5070ecea802452c1e4e22806e4fbab /maths.hpp
parent944ca7aede48f358329cc9e6cdac479648f30c17 (diff)
basic shadows
Diffstat (limited to 'maths.hpp')
-rw-r--r--maths.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/maths.hpp b/maths.hpp
index e432529..eeedec1 100644
--- a/maths.hpp
+++ b/maths.hpp
@@ -474,6 +474,7 @@ template struct v4<double>;
struct AABB {
v3f min, max;
+ void encompass(const AABB& other);
};
namespace quat {