Path class
A PODO class for pathfinding purposes. A given path can be read.
Properties
Methods
-
elementAt(
int index) → Vertex -
length(
) → int -
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