#geometry #geometric #operations #iron-shapes

iron-shapes-algorithms

Geometric algorithms for the iron-shapes geometry crate

1 unstable release

0.1.0 Jun 4, 2024

#865 in Math

AGPL-3.0-or-later

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