RustBCA icon indicating copy to clipboard operation
RustBCA copied to clipboard

[feature] replace dependence on geo with parry2d-f64

Open drobnyjt opened this issue 2 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. Currently, the 2D geometry features use geo for geometry checks (point in polygon, etc.). However, the 3D geometry routines use parry3d-f64. If geo can be completely replaced with parry2d-f64, that would bring some additional consistency.

Proposed solution Replace calls to geo with calls to parry2d-f64.

drobnyjt avatar Jul 10 '23 20:07 drobnyjt