Click or drag to resize

Cylindrical Constructor (Double, Double, Double)

Initializes a set of Cylindrical coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cylindrical(
	double clock,
	double radial,
	double z
)

Parameters

clock
Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
radial
Type: SystemDouble
The linear coordinate perpendicular to the z-axis.
z
Type: SystemDouble
The linear coordinate along the positive z-axis.
See Also