BVHNode2D

constructor(bounds: Rectangle = Rectangle.EMPTY, left: BVHNode2D? = null, right: BVHNode2D? = null, index: Int = -1)(source)