bool Contains(const Vector3D& point) const;
Returns whether a point is in an AABB.
bool Intersects(const AABB& other) const ;
Returns whether two AABBs have made contact.
bool RayIntersects(const Vector3D& rayOrigin, const Vector3D& rayDir, float& outDistance) const;
Returns whether this AABB has intercepted a LineTrace.