Click or drag to resize

Cartesian  Conversion (UnitCartesian to Cartesian)

Converts a set of UnitCartesian coordinates to a set of Cartesian 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 Cartesian (
	UnitCartesian coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesUnitCartesian
The set of UnitCartesian coordinates.

Return Value

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