jbuckmccready / cavalier_contours

2D polyline/shape library for offsetting, combining, etc.
Apache License 2.0
144 stars 12 forks source link

Add polyline combine/boolean operations #6

Closed jbuckmccready closed 3 years ago

jbuckmccready commented 3 years ago
jbuckmccready commented 3 years ago

Added initial code and tests. Still need to add more tests to cover overlapping scenarios. Commit: https://github.com/jbuckmccready/cavalier_contours/commit/fcb9a345b93e34db4bb67581080234f805dfd133

jbuckmccready commented 3 years ago

Added many more tests and updated to use slice objects.