georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 41 forks source link

Add-descriptive-comment-to-comput_vornoi-function-tolerance-parameter #136

Closed MitchellNeill closed 1 year ago

MitchellNeill commented 1 year ago

Adds a comment describing the tolerance parameter of the compute_voronoi function. This is useful as the parameter is described as finicky by the underlying c library. Having this comment would have saved me a headache.

Open to suggestions on better ways to expose this information.

GuillaumeGomez commented 1 year ago

Thanks!