| EllipsoidType Enumeration | 
 
            The type of an ellipsoid.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum EllipsoidType
Public Enumeration EllipsoidType
public enum class EllipsoidType
 Members
Members|  | Member name | Description | 
|---|
|  | 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
See Also