geo icon indicating copy to clipboard operation
geo copied to clipboard

Should rotating caliper "leftturn" function be replaced with robust orientation check?

Open frewsxcv opened this issue 4 years ago • 1 comments
trafficstars

Should this:

https://github.com/georust/geo/blob/5a85dde4ff5d26e03c8ba15261dc8974745eeac8/geo/src/algorithm/polygon_distance_fast_path.rs#L399-L412

Be replaced with:

https://github.com/georust/geo/blob/5a85dde4ff5d26e03c8ba15261dc8974745eeac8/geo/src/algorithm/kernels/mod.rs#L14-L25

frewsxcv avatar Jan 01 '21 02:01 frewsxcv

Yep – I've replaced it in a WIP branch (no effect on the current failure though 😭)

urschrei avatar Jan 01 '21 08:01 urschrei

Rotating calipers was removed in https://github.com/georust/geo/pull/920

frewsxcv avatar Jan 24 '23 01:01 frewsxcv