Skip to main content

reverse

Function reverse 

Source
pub fn reverse<G: Reverse>(g: &mut G)
Expand description

Reverse the point order of g in place.

Mirrors boost::geometry::reverse(g) from boost/geometry/algorithms/reverse.hpp.