EllipsoidType Enumeration |
The type of an ellipsoid.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum EllipsoidType
Public Enumeration EllipsoidType
public enum class EllipsoidType
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