Uses of Class
squidpony.squidai.graph.DirectedGraph
Package | Description |
---|---|
squidpony.squidai.graph |
Graphs and graph algorithms used primarily (but not exclusively) for pathfinding.
|
-
Uses of DirectedGraph in squidpony.squidai.graph
Subclasses of DirectedGraph in squidpony.squidai.graph Modifier and Type Class Description class
CostlyGraph
A default setting for a DirectedGraph of Coord vertices where each passable cell has a cost to enter it from any passable neighbor.