Rectangular Properties |
The Rectangular 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.
| |
Undefined |
Gets a set of Rectangular coordinates with values of NaN.
| |
X |
Gets the linear coordinate along the positive x-axis.
| |
Y |
Gets the linear coordinate along the positive y-axis.
| |
Zero |
Gets a set of Rectangular coordinates with values of zero.
|