jbuckmccready / CavalierContours

2D polyline library for offsetting, combining, etc.
MIT License
427 stars 79 forks source link

Support polyline with multiple offsets #47

Closed WindingWinter closed 2 years ago

WindingWinter commented 2 years ago

Currently only uniform offset can be done throughout all the vertexes on the polylines.

Is there any plan to support variable offsets? Something like NetTopologySuite VariableBuffer.

jbuckmccready commented 2 years ago

Closing this issue in favor of the one in the Rust project: https://github.com/jbuckmccready/cavalier_contours/issues/19