Skip to main content

ring_perimeter_with

Function ring_perimeter_with 

Source
pub fn ring_perimeter_with<R, S>(ring: &R, strategy: S) -> S::Out
where R: Ring, S: LengthStrategy<R>,
Expand description

Perimeter of a ring using an explicitly supplied strategy.

Mirrors the strategy overload of the ring-tag arm in boost/geometry/algorithms/perimeter.hpp:252-258.