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