WaffeFIN
Results
2
comments of
WaffeFIN
As an FYI, I've implemented the backend logic for this in my fork. When I have the time I'll make a proper PR to this repo
I too have this issue. I would suggest a change to the epsilon used in _from_convex_polyline_ making it much smaller: ```rust let eps = 2.0 * crate::math::DEFAULT_EPSILON; ``` It would...