I have two GPS coordinates (p, q)
that are endpoints of a segment. I have a third point c
which is the center of a circle with radius r
. My objective is to find the set of intersection points X
between these two geometries.
There can be at least 0 and at most 2 intersections. I didn't find any ellipse or circle like geometry in boost-geometry. Is there any intersection strategy that yields intersection point x
which is r
distance away from c
?