CompressedPath class
Represents a compressed path in the quadtree for optimization
Constructors
-
CompressedPath.new(List<
Quadrant> path, int depth) -
const
Properties
Methods
-
extend(
Quadrant quad) → CompressedPath - Extends the path with a new quadrant
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited