pub fn simplify_geometry(
geometry: Geometry<Float>,
simplification_epsilon: Float,
) -> Geometry<Float>Expand description
Simplifies a Geometry using the Visvalingam-Whyatt algorithm.
For geometries that cannot be simplified, the original geometry is returned.