geo 0.29.3

Geospatial primitives and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod edge_set_intersector;
mod prepared_geometry;
mod rstar_edge_set_intersector;
mod segment;
mod segment_intersector;
mod simple_edge_set_intersector;

pub(crate) use edge_set_intersector::EdgeSetIntersector;
pub use prepared_geometry::PreparedGeometry;
pub(crate) use rstar_edge_set_intersector::RStarEdgeSetIntersector;
pub(crate) use segment::Segment;
pub(crate) use segment_intersector::SegmentIntersector;
pub(crate) use simple_edge_set_intersector::SimpleEdgeSetIntersector;