Performs a ray/AABB intersection test. Returns either true or false if there is a intersection or not.
bool intersectsAABB(AABB aabb ) { return intersectAABB( aabb, v1 ) != null; }