1 unstable release
0.1.0 | Jun 4, 2024 |
---|
#1299 in Math
21KB
281 lines
Geometric algorithms for iron-shapes
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.
lib.rs
:
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
.
Dependencies
~1.5MB
~31K SLoC