Performs a ray/BVH intersection test. Returns either true or false if there is a intersection or not.
bool intersectsBVH(BVH bvh ) { return bvh.root!.intersectsRay( this ); }