Uses of Class
squidpony.squidai.graph.UndirectedGraph
Package | Description |
---|---|
squidpony.squidai.graph |
Graphs and graph algorithms used primarily (but not exclusively) for pathfinding.
|
-
Uses of UndirectedGraph in squidpony.squidai.graph
Subclasses of UndirectedGraph in squidpony.squidai.graph Modifier and Type Class Description class
DefaultGraph
A default setting for anUndirectedGraph
of Coord vertices where all connections have cost 1.