AstronomyFundamentalsEarthChordCircumference Method

Gets the chord circumference of the earth along a line of latitude.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static Length EarthChordCircumference(
	Latitude latitude
)

Parameters

latitude  Latitude
The Latitude to use.

Return Value

Length
The distance around the earth at that chord.

See Also