Click or drag to resize

RectangularImplicit 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: 25.1.421.0 (25.1.421.0)
Syntax
public static implicit operator Rectangular (
	UnitRectangular coordinates
)

Parameters

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

Return Value

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