BVH2D
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intersect(ray: Ray, return_array: FastArrayList<BVH.IntersectResult<T>> = fastArrayListOf()): FastArrayList<BVH.IntersectResult<T>>
Link copied to clipboard
Link copied to clipboard
fun search(rect: Rectangle, return_array: FastArrayList<BVH.Node<T>> = fastArrayListOf()): FastArrayList<BVH.Node<T>>