Click or drag to resize

Cylindrical Constructor (Spherical)

Initializes a set of Cylindrical coordinates from the provided set of 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 Cylindrical(
	Spherical coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesSpherical
The set of Spherical coordinates.
See Also