AxisIndicator Enumeration |
Specifies one of the three Cartesian axes.
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 AxisIndicator
Public Enumeration AxisIndicator
public enum class AxisIndicator
Members
| Member name | Description |
---|
| First |
The first axis (commonly the x-axis).
|
| Second |
The second axis (commonly the y-axis).
|
| Third |
The third axis (commonly the z-axis).
|
See Also