Method CalcBoxByDistFromPt_latHorizAxisDEG
CalcBoxByDistFromPt_latHorizAxisDEG(Double, Double, Double)
The latitude of the horizontal axis (e.g. left-right line)
of a circle. The horizontal axis of a circle passes through its furthest
left-most and right-most edges. On a 2D plane, this result is always
from.Y
but, perhaps surprisingly, on a sphere it is going
to be slightly different.
Declaration
public static double CalcBoxByDistFromPt_latHorizAxisDEG(double lat, double lon, double distDEG)
Parameters
Type |
Name |
Description |
System.Double |
lat |
|
System.Double |
lon |
|
System.Double |
distDEG |
|
Returns
Type |
Description |
System.Double |
|