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 classDefaultGraphA default setting for anUndirectedGraphof Coord vertices where all connections have cost 1.