|
static int[,] | getNeighborNodes (Graphics g, Graph graf, Point start, Point end, Point p, int fieldSize, int granul, Stack< Point > polygon) |
| More...
|
|
static int [,] mental_maps.draw.AStarNeighbor.getNeighborNodes |
( |
Graphics |
g, |
|
|
Graph |
graf, |
|
|
Point |
start, |
|
|
Point |
end, |
|
|
Point |
p, |
|
|
int |
fieldSize, |
|
|
int |
granul, |
|
|
Stack< Point > |
polygon |
|
) |
| |
|
static |
- Parameters
-
g | Komponent, pre kreslenie |
graf | Graf - vrchply, hrany a pod. |
start | Start vrchol, z ktoreho hladame cestu |
end | Posledny vrchol, do ktoreho hladame cestu |
p | |
fieldSize | |
granul | Ako daleko maju byt susedia od seba |
polygon | Polygon, v ktorom sa mozu nachadzat cesty |
- Returns
int mental_maps.draw.AStarNeighbor.vertexArea = 5 |
|
static |
The documentation for this class was generated from the following file: