Click or drag to resize

Rectangular  Conversion (UnitRectangular to Rectangular)

Converts a set of UnitRectangular coordinates to a 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 static implicit operator Rectangular (
	UnitRectangular coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesUnitRectangular
The set of UnitRectangular coordinates.

Return Value

Type: Rectangular
The resulting set of Rectangular coordinates.
See Also