Ellipsoid.Ellipsoid Constructor
Creates a new Ellipsoid from equatorial radius and inverse flattening.
Ellipsoid(System.Double equatorialRadius, System.Double inverseFlattening)
Creates a new Ellipsoid from equatorial radius and inverse flattening.Syntax
public Ellipsoid (
System.Double equatorialRadius,
System.Double inverseFlattening
)
Parameters
equatorialRadius
Type: System.Double
The equatorial radius a, in meters.
The equatorial radius a, in meters.
inverseFlattening
Type: System.Double
The inverse flattening 1/f (dimensionless). If you need to compute 1/f from other published parameters, see the InverseFlattening property.
The inverse flattening 1/f (dimensionless). If you need to compute 1/f from other published parameters, see the InverseFlattening property.
Platforms
Windows, Linux, Android