Click or drag to resize

EllipsoidType Enumeration

The type of an ellipsoid.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum EllipsoidType
Members
  Member nameDescription
Sphere The ellipsoid is a sphere. The semiaxis lengths are all equal.
OblateSpheroid The ellipsoid is an oblate spheroid. The equatorial semiaxis lengths are equal and greater than the polar semiaxis length.
ProlateSpheroid The ellipsoid is a prolate spheroid. The equatorial semiaxis lengths are equal and smaller than the polar semiaxis length.
Scalene The ellipsoid is a scalene ellipsoid. The semiaxis lengths are unequal.
See Also