pub fn remove_spikes(coords: &[Coordinate], tolerance: f64) -> Vec<Coordinate>Expand description
Removes spike vertices (vertices that create a sharp reversal)
pub fn remove_spikes(coords: &[Coordinate], tolerance: f64) -> Vec<Coordinate>Removes spike vertices (vertices that create a sharp reversal)