Click or drag to resize

AxisIndicator Enumeration

Specifies one of the three Cartesian axes.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum AxisIndicator
Members
  Member nameDescription
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