C# Class AStarCost, tutorials

Mostrar archivo Open project: poeticmatter/tutorials Class Usage Examples

Public Methods

Method Description
getCost ( int toX, int toY, int fromX, int fromY ) : float

Method Details

getCost() public method

public getCost ( int toX, int toY, int fromX, int fromY ) : float
toX int
toY int
fromX int
fromY int
return float