Cartesian Properties | 
The Cartesian type exposes the following members.
| Name | Description | |
|---|---|---|
| HasZeroMagnitude | 
            Gets a value indicating whether the Magnitude of this instance is zero.
              | |
| IsUndefined | 
            Gets a value indicating whether or not any of the coordinates for this instance have the value NaN.
              | |
| Item | ||
| Length | 
            Gets the number of elements in this set of coordinates.
              | |
| Magnitude | 
            Gets the magnitude of this instance.
              | |
| MagnitudeSquared | 
            Gets the square of the Magnitude of this instance.
              | |
| MostOrthogonalAxis | 
            Gets the axis which is most orthogonal to this instance.
              | |
| MostParallelAxis | 
            Gets the axis which is most parallel to this instance.
              | |
| Undefined | ||
| X | 
            Gets the linear coordinate along the positive x-axis.
              | |
| Y | 
            Gets the linear coordinate along the positive y-axis.
              | |
| Z | 
            Gets the linear coordinate along the positive z-axis.
              | |
| Zero | 
            Gets a set of Cartesian coordinates with values of zero.
              |