Laid Out Headers

This commit is contained in:
2024-04-04 20:00:23 -04:00
parent de108630b6
commit fb7aba71b1
12 changed files with 470 additions and 26 deletions

View File

@@ -14,6 +14,8 @@ namespace J3ML::Geometry
bool Intersects(const AABB& aabb) const;
AABB BoundingAABB() const;
bool Contains(const Vector3&) const;
};