IntersectsPoint
This function performs an intersection test between an AABB and a point.
Syntax
- bool IntersectsPoint(Vec3 p,number 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.