|
float | Heuristic (Waypoint from, Waypoint to) |
|
List< Waypoint.Connection > | Expand (Waypoint state) |
|
float | ActualCost (Waypoint from, Waypoint.Connection action) |
|
Waypoint | ApplyAction (Waypoint state, Waypoint.Connection action) |
|
float | Heuristic (State fromLocation, State toLocation) |
| Should return a estimate of shortest distance. The estimate must me admissible (never overestimate)
|
|
List< Action > | Expand (State position) |
| Return the legal moves from a state.
|
|
float | ActualCost (State fromLocation, Action action) |
| Return the actual cost between two adjecent locations.
|
|
State | ApplyAction (State location, Action action) |
| Returns the new state after an action has been applied.
|
|
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Engine/Bots/BotPath.cs