cavalier_contours 0.7.0

2D polyline/shape library for offsetting, combining, etc.
Documentation
1
2
3
4
5
6
7
8
//! Internal polyline modules made public for visualization, benchmarking, and testing purposes.
//!
//! Not expected to be used directly as part of the library but may be used to help learn about the
//! algorithms.
pub mod pline_boolean;
pub mod pline_contains;
pub mod pline_intersects;
pub mod pline_offset;