EarthConstants Class
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Maps |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Static class with constants about Earth.
public static class EarthConstants { }
Fields
Type | Name | Value | Summary |
---|---|---|---|
double | EquatorialRadius | 6378136.6 |
Gets the equatorial radius of Earth (in metres). Notice: When comparing with various online services, they seem to use 6378137 metres for the equatorial radius of Earth, while 6378136.6 metres for the equatorial radius is more precise. |