CompressedPath class

Represents a compressed path in the quadtree for optimization

Constructors

CompressedPath.new(List<Quadrant> path, int depth)
const

Properties

depth int
final
hashCode int
The hash code for this object.
no setterinherited
path List<Quadrant>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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