diff options
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 { |