intersecant2 (center,
circle,
point,
other,
**exact_height_wrap_tol)
|
|
Compute the intersections of a circle and a geodesic given as two
points or as a point and (forward) bearing.
- Arguments:
center - Center of the circle (LatLon ).
circle - Radius of the circle (meter , conventionally) or a
point on the circle (LatLon , as
center ).
point - A point of the geodesic (LatLon , as
center ).
other - An other point of the geodesic (LatLon , as
center ) or the (forward) bearing at the
point (compass degrees ).
exact_height_wrap_tol - Optional keyword arguments exact=False ,
height=None , wrap=False
and tol , see method intersecant2.
- Raises:
NotImplementedError - Method intersecant2 not available.
TypeError - If center , point or
circle or other points not
ellipsoidal or not compatible with center .
|