menu
yuka package
documentation
graph/core/edge.dart
Edge
Edge.new constructor
Edge.new constructor
dark_mode
light_mode
Edge
constructor
Edge
(
[
int
from
=
-1
,
int
to
=
-1
,
double
cost
=
0
])
Constructs a new edge.
Implementation
Edge( [this.from = - 1, this.to = - 1, this.cost = 0] );
yuka package
documentation
graph/core/edge
Edge
Edge.new constructor
Edge class