|
AI for Games 1.1.1
|
Public Member Functions | |
| FloatingEdge (int fromID, int toID, GraphNode from, GraphNode to, double cost) | |
Public Attributes | |
| int | fromID = -1 |
| int | toID = -1 |
| GraphNode | from |
| GraphNode | to |
| double | cost = 1.0 |
Inner class to represent floating edges.
| game2dai.graph.Graph.FloatingEdge.FloatingEdge | ( | int | fromID, |
| int | toID, | ||
| GraphNode | from, | ||
| GraphNode | to, | ||
| double | cost | ||
| ) |
| fromID | |
| toID | |
| from | |
| to | |
| cost |