DistanceGrid<T> class
Constructors
- DistanceGrid(num cellSize)
Properties
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