Click or drag to resize

UnitCartesian Constructor (UnitSpherical)

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

Parameters

unitSpherical
Type: AGI.Foundation.CoordinatesUnitSpherical
The set of UnitSpherical coordinates.
See Also