Computes the central body radius detic for a given latitude and longitude.
[Visual Basic .NET] |
---|
Public Function ComputeLocalRadiusDetic( _ ByVal latitude As Double, _ ByVal longitude As Double _ ) As Double |
[Unmanaged C++] |
---|
public: HRESULT ComputeLocalRadiusDetic( double latitude, double longitude, double * pLocalRadiusDetic ); |
- latitude
- The latitude of the desired location in radians.
- longitude
- The longitude of the desired location in radians.