DK11 for Java | tatukgis.jdk.TGIS_ShortestPath.HeuristicCostModifier | Constructors | Fields | Methods | Properties | Events
Heuristic cost modifier.
// Java public double getHeuristicCostModifier(); public void setHeuristicCostModifier( double _value );
// Oxygene public property HeuristicCostModifier : Double read write;
Type |
---|
double Double |
Cost modifier for heuristic cost calculation for built in heuristic algorithm.
Set 0 to disable heuristic calculations. General formula for cost will be an average cost for traversing in a straight (as the crow flies) line between current node and the end node.