Ellipsoid Constructor |
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.
|