georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 41 forks source link

How to calculate the angle between two points #143

Closed allenlu2008 closed 9 months ago

allenlu2008 commented 9 months ago

I can't find the algorithm library for geos in C ++ in the API. How can I calculate the angle between two points?

thanks。

allenlu2008 commented 9 months ago

Ok, I found it. The algorithm is in the geo library. Thank you.