I'm playing with boost geometry (1.74) and there are a lot of examples using the distance algorithm which is great. How ever I'm struggling to find an example for calculating the angle (bearing) between two points.
It looks like the atan2 function is used inside details/azimuth.hpp but is not exposed on the API as at the same level the distance algorithm is.
So my question is, how does one use boost geometry to calculate the angle between two points?
Thanks in advance.
Brian