Click or drag to resize

Spherical Constructor (Cylindrical)

Initializes a set of Spherical coordinates from the provided set of Cylindrical coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Spherical(
	Cylindrical coordinates
)

Parameters

coordinates
Type: AGI.Foundation.Coordinates.Cylindrical
The set of Cylindrical coordinates.
See Also