SphericalElement Enumeration |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SphericalElement
Public Enumeration SphericalElement
public enum class SphericalElement
Members
| Member name | Description |
---|
| Clock |
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
This can also be thought of as the right ascension.
|
| Cone |
The angular coordinate measured from the positive z-axis and toward the negative z-axis. This can be
thought of as the declination.
|
| Magnitude |
The linear coordinate measured from the origin.
|
See Also