Struct Vincenty.Ellipsoid
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mars.Numerics.Distances
Assembly: Mars.Numerics.dll
Syntax
public readonly struct Ellipsoid
Fields
| Improve this Doc View SourceWgs84
Declaration
public static readonly Vincenty.Ellipsoid Wgs84
Field Value
Type | Description |
---|---|
Vincenty.Ellipsoid |
Properties
| Improve this Doc View SourceFlattening
Declaration
public readonly double Flattening { get; }
Property Value
Type | Description |
---|---|
System.Double |
SemiMajorAxis
Declaration
public readonly double SemiMajorAxis { get; }
Property Value
Type | Description |
---|---|
System.Double |
SemiMinorAxis
Declaration
public readonly double SemiMinorAxis { get; }
Property Value
Type | Description |
---|---|
System.Double |