interior-point 1.0.0

JTS InteriorPoint algorithm ported to Rust
Documentation
1
2
3
4
5
//! Ported tests for `org.locationtech.jts.algorithm`.

mod abstract_point_in_ring_test;
mod centroid_test;
mod interior_point_world_test;