CartesianElement Enumeration |
An enumeration indicating a part of a
Cartesian.
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 CartesianElement
Public Enumeration CartesianElement
public enum class CartesianElement
Members
| Member name | Description |
---|
| X |
X.
|
| Y |
Y.
|
| Z |
Z.
|
| Magnitude |
Magnitude.
|
See Also