intersect

fun intersect(ray: Ray1D, returnArray: FastArrayList<BVH.IntersectResult<T>> = fastArrayListOf()): FastArrayList<BVH.IntersectResult<T>>