Property | Type | Description | |
---|---|---|---|
HeuristicCost | int | ||
Parent | Node | ||
RealCost | int | ||
Value | Point |
Method | Description | |
---|---|---|
Node ( Point val, int realCost, int heuristicCost, Node parentNode ) : System.Collections.Generic |
public Node ( Point val, int realCost, int heuristicCost, Node parentNode ) : System.Collections.Generic | ||
val | Point | |
realCost | int | |
heuristicCost | int | |
parentNode | Node | |
return | System.Collections.Generic |