- g - Variable in class walker.blue.path.lib.AbstractPathfinderNode
-
Distance from the starting node to this node following the current path
- g() - Method in class walker.blue.path.lib.AbstractPathfinderNode
-
Returns the distance from the node to the start node in the path
search taking the current path that reaches this node.
- getFloorHeight() - Method in class walker.blue.path.lib.NodeMapper
-
- getGridLocation(RectCoordinates) - Method in class walker.blue.path.lib.NodeMapper
-
- getManhattanDistance(GridNode, GridNode) - Method in class walker.blue.path.lib.GridAStar
-
Returns the distance between two nodes using the Manhattan method of adding up the
x distance and the y distance together.
- getNodeDistance() - Method in class walker.blue.path.lib.NodeMapper
-
- getRealLocation(RectCoordinates) - Method in class walker.blue.path.lib.NodeMapper
-
- getVisibilityGraph(List<List<GridNode>>, GridNode) - Method in class walker.blue.path.lib.ThetaStar
-
- GraphNode - Class in walker.blue.path.lib
-
Created by Josh on 12/14/2014.
- GraphNode(int, int, int, int) - Constructor for class walker.blue.path.lib.GraphNode
-
Class constructor.
- GraphNode(RectCoordinates, int) - Constructor for class walker.blue.path.lib.GraphNode
-
Class constructor.
- GridAStar - Class in walker.blue.path.lib
-
Created by Josh on 12/14/2014.
- GridAStar() - Constructor for class walker.blue.path.lib.GridAStar
-
Class constructor.
- GridNode - Class in walker.blue.path.lib
-
Created by Josh on 12/14/2014.
- GridNode(int, int, int, boolean) - Constructor for class walker.blue.path.lib.GridNode
-
Class constructor.
- GridNode(RectCoordinates, boolean) - Constructor for class walker.blue.path.lib.GridNode
-
Class constructor.