pub fn comparable_distance_with<A, B, S>(a: &A, b: &B, strategy: S) -> S::OutExpand description
Comparable distance using an explicitly supplied strategy.
Mirrors the strategy overload of boost::geometry::comparable_distance
from boost/geometry/algorithms/detail/comparable_distance/interface.hpp:226-254.
The supplied
strategy is converted through DistanceStrategy::comparable before the
distance is evaluated.