rene 0.2.0

Computational geometry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub(crate) use self::event::Event;

pub(crate) mod contour;
mod event;
mod events_queue_key;
pub(crate) mod linear;
pub(crate) mod mixed;
pub(crate) mod multipolygon;
pub(crate) mod multisegment;
mod multisegmental;
pub(crate) mod polygon;
pub(crate) mod segment;
pub(crate) mod segment_endpoints;
pub(crate) mod shaped;
mod sweep_line_key;
mod utils;