Click or drag to resize

UnitRectangular Properties

The UnitRectangular type exposes the following members.

Properties
  NameDescription
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 propertyMostOrthogonalAxis
Gets the axis which is most orthogonal to this instance.
Public propertyMostParallelAxis
Gets the axis which is most parallel to this instance.
Public propertyStatic memberUndefined
Gets a set of UnitRectangular coordinates with values of NaN.
Public propertyStatic memberUnitX
Gets a set of UnitRectangular coordinates representing the x-axis.
Public propertyStatic memberUnitY
Gets a set of UnitRectangular coordinates representing the y-axis.
Public propertyX
Gets the linear coordinate along the positive x-axis.
Public propertyY
Gets the linear coordinate along the positive y-axis.
Top
See Also