Interface AStarEdgeCost<T,A>
-
public interface AStarEdgeCost<T,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleg(BackPointerPath<T,A,?> from, BackPointerPath<T,A,?> to)
-
-
-
Method Detail
-
g
double g(BackPointerPath<T,A,?> from, BackPointerPath<T,A,?> to)
-
-