Click or drag to resize

Rectangular Constructor (Polar)

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

Parameters

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