Quadtree<O extends Rect> constructor
Null safety
Implementation
Quadtree(
this.bounds, {
this.maxObjects = 10,
this.maxDepth = 4,
this.depth = 0,
}) : objects = [],
nodes = {};
Quadtree(
this.bounds, {
this.maxObjects = 10,
this.maxDepth = 4,
this.depth = 0,
}) : objects = [],
nodes = {};