Package | Description |
---|---|
tacv.universe.map |
Modifier and Type | Method and Description |
---|---|
MapPosition |
StreetGraph.getFarthestNeighborFrom(Point point,
MapPosition node) |
MapPosition |
StreetGraph.getMapPosition(java.lang.String id) |
MapPosition |
StreetGraph.getNearestNode(Point point)
Returns the closest node to the given point.
|
MapPosition |
UrbanMap.getRandomMapPoint() |
MapPosition |
StreetGraph.getRandomNeighborOfNode(MapPosition node) |
MapPosition |
StreetGraph.getRandomNode() |
Modifier and Type | Method and Description |
---|---|
org.jgrapht.alg.NeighborIndex<MapPosition,org.jgrapht.graph.DefaultWeightedEdge> |
StreetGraph.getNeighborIndex() |
Modifier and Type | Method and Description |
---|---|
MapPosition |
StreetGraph.getFarthestNeighborFrom(Point point,
MapPosition node) |
MapPosition |
StreetGraph.getRandomNeighborOfNode(MapPosition node) |