Ellipsoid Class |
Namespace: DotNetCoords.Ellipsoid
The Ellipsoid type exposes the following members.
Name | Description | |
---|---|---|
![]() | Ellipsoid(Double, Double) |
Initializes a new instance of the Ellipsoid class.
|
![]() | Ellipsoid(Double, Double, Double) |
Initializes a new instance of the Ellipsoid class. If either the
semiMinorAxis or the eccentricitySquared are Double.NaN, then that value is
calculated from the other two parameters. An ArgumentException is
thrown if both the semiMinorAxis and the eccentricitySquared are
Double.NaN.
|
Name | Description | |
---|---|---|
![]() | EccentricitySquared |
Gets the eccentricity squared.
|
![]() | Flattening |
Gets the flattening.
|
![]() | SemiMajorAxis |
Gets the semi major axis.
|
![]() | SemiMinorAxis |
Gets the semi minor axis.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current Ellipsoid.
(Overrides ObjectToString.) |