interior-point 1.0.0-rc.1

JTS InteriorPoint algorithm ported to Rust
Documentation
1
2
3
//! Ports of `org.locationtech.jts.algorithm.locate`.

pub(crate) mod simple_point_in_area_locator;