DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.HeuristicCostModifier | Constructors | Fields | Methods | Properties | Events
Heuristic cost modifier.
// C# public Double HeuristicCostModifier { get {} set {} }
' VisualBasic Public Property HeuristicCostModifier As Double Get End Get Set(ByVal value As Double) End Set End Property
// Oxygene public property HeuristicCostModifier : Double read read;
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.