Click or drag to resize

UnitCartesian Constructor (Double, Double)

Initializes a set of UnitCartesian coordinates from the provided spherical 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(
	double clock,
	double cone
)

Parameters

clock
Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
cone
Type: SystemDouble
The angular coordinate measured from the positive z-axis and toward the negative z-axis.
See Also