BVH1D
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intersect(ray: Ray1D, returnArray: FastArrayList<BVH.IntersectResult<T>> = fastArrayListOf()): FastArrayList<BVH.IntersectResult<T>>
Link copied to clipboard
Link copied to clipboard
fun search(segment: Segment1D, returnArray: FastArrayList<BVH.Node<T>> = fastArrayListOf()): FastArrayList<BVH.Node<T>>