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