pub fn perimeter_with<P, S>(p: &P, strategy: S) -> S::OutExpand description
Perimeter of a polygon using an explicitly supplied ring-length strategy.
Mirrors the strategy overload of boost::geometry::perimeter from
boost/geometry/algorithms/perimeter.hpp:252-258.