AI for Games 1.1.1
Loading...
Searching...
No Matches
game2dai.graph.Graph.FloatingEdge Class Reference

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
 

Detailed Description

Inner class to represent floating edges.

Author
Peter Lager

Constructor & Destructor Documentation

◆ FloatingEdge()

game2dai.graph.Graph.FloatingEdge.FloatingEdge ( int  fromID,
int  toID,
GraphNode  from,
GraphNode  to,
double  cost 
)
Parameters
fromID
toID
from
to
cost

The documentation for this class was generated from the following file: