i_overlay 8.1.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod builder;
#[cfg(feature = "variable_stroke_debug")]
mod debug;
pub mod offset;
mod resource;
mod section;
mod style;

#[cfg(feature = "variable_stroke_debug")]
pub use debug::{VariableStrokeDebugEdge, VariableStrokeDebugEdgeKind, VariableStrokeDebugResult};
#[cfg(feature = "variable_stroke_debug")]
pub use offset::VariableStrokeDebug;
pub use resource::VariableStrokeSource;
pub use style::{StrokeVertex, VariableStrokeStyle};