DroidDiagram Programmer's Guide
RoutingOptions.getDistSquare Method
See Also
 






Returns a heuristic function that returns the square distance dx^2 + dy^2 as a cost evaluation of the distance between two pieces of the routing grid.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static RouteHeuristics getDistSquare ()

 Return Value

A predefined RouteHeuristics object.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace