Click or drag to resize

UnitCartesian Constructor (UnitRectangular)

Initializes a set of UnitCartesian coordinates from the provided set of UnitRectangular 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 UnitCartesian(
	UnitRectangular unit
)

Parameters

unit
Type: AGI.Foundation.CoordinatesUnitRectangular
The set of UnitRectangular coordinates.
See Also