Click or drag to resize

Rectangular Properties

The Rectangular type exposes the following members.

Properties
  NameDescription
Public propertyHasZeroMagnitude
Gets a value indicating whether the Magnitude of this instance is zero.
Public propertyIsUndefined
Gets a value indicating whether or not any of the coordinates for this instance have the value NaN.
Public propertyItem
Gets the value of the specified element with index of 0 and 1 corresponding to the coordinates X, and Y.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyMagnitude
Gets the magnitude of this instance.
Public propertyMagnitudeSquared
Gets the square of the Magnitude of this instance.
Public propertyStatic memberUndefined
Gets a set of Rectangular coordinates with values of NaN.
Public propertyX
Gets the linear coordinate along the positive x-axis.
Public propertyY
Gets the linear coordinate along the positive y-axis.
Public propertyStatic memberZero
Gets a set of Rectangular coordinates with values of zero.
Top
See Also