DistanceGrid<T> class

Constructors

DistanceGrid(num cellSize)

Properties

cellSize num
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addObject(T obj, Point<num> point) → void
eachObject(dynamic fn(T)) → void
getNearObject(Point<num> point) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObject(T obj) bool
toString() String
A string representation of this object.
inherited
updateObject(T obj, Point<num> point) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited