BVHNode2D
Constructors
Properties
Functions
Link copied to clipboard
Queries the tree for all objects that contain the specified point.
Link copied to clipboard
fun queryRectangle(rectangle: Rectangle, result: MutableList<Int> = mutableListOf()): MutableList<Int>
Queries the tree for all objects that intersect with the given rectangle.