Crate iron_shapes_algorithms

Source
Expand description

This create contains geometric algorithms for the iron-shapes crate. Mostly this are non-trivial algorithms and hence would make the the basic geometry library too complicated.

§Boolean operations

Boolean operations on polygons are complicated enough to be implemented in a separate crate. Therefore this crate re-exports iron-shapes-booleanop as booleanop.

Re-exports§

pub use iron_shapes_booleanop as booleanop;

Modules§

prelude
Short-cut to import all functionality of this library.
rectangle_decomposition
Decompose rectilinear polygons into axis-aligned rectangles.