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