IntersectsPoint
This function performs an intersection test between an AABB and a point.
Syntax
- bool IntersectsPoint(const Vec3& p, float radius=0)
Parameters
- p: the point in space to test intersection with.
- radius: an optional radius value can be used to test a sphere.
Returns
Returns true if the AABB and point intersect, otherwise false is returned.