Function geo::algorithm::simplifyvw::visvalingam [] [src]

pub fn visvalingam<T>(orig: &[Point<T>], epsilon: &T) -> Vec<Point<T>> where T: Float

Simplify a line using the Visvalingam-Whyatt algorithm

epsilon is the minimum triangle area