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: 24.1.418.0 (24.1.418.0)
Syntax
public Spherical(
	Cylindrical coordinates
)

Parameters

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