PointQuadTree

constructor(minX: Double, maxX: Double, minY: Double, maxY: Double)

Creates a new quad tree with specified bounds.

Parameters

minX
maxX
minY
maxY

constructor(bounds: Bounds)