Click or drag to resize

UnitRectangular Constructor (Rectangular)

Initializes a set of UnitRectangular coordinates from the provided set of Rectangular coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public UnitRectangular(
	Rectangular coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesRectangular
The set of Rectangular coordinates.
Exceptions
ExceptionCondition
DivideByZeroException The magnitude of the provided coordinates must not be zero.
NotFiniteNumberException The magnitude of the provided coordinates must not be infinite.
See Also