diff options
author | quou <quou@disroot.org> | 2025-02-22 17:01:35 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-02-22 17:01:53 +1100 |
commit | 04db6b0ccd81d988cfe3a1d09e4eb00eeea77273 (patch) | |
tree | 5163857dca5070ecea802452c1e4e22806e4fbab /maths.hpp | |
parent | 944ca7aede48f358329cc9e6cdac479648f30c17 (diff) |
basic shadows
Diffstat (limited to 'maths.hpp')
-rw-r--r-- | maths.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -474,6 +474,7 @@ template struct v4<double>; struct AABB { v3f min, max; + void encompass(const AABB& other); }; namespace quat { |