wbtopology 0.1.2

A pure-Rust topology suite inspired by JTS
Documentation
1
2
3
4
5
6
7
8
9
//! Low-level computational geometry kernels.

pub mod orientation;
pub mod point_in_ring;
pub mod segment;
pub mod distance;
pub mod measurements;
pub mod simplify;
pub mod transform;