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: 24.1.418.0 (24.1.418.0)
Syntax
public Rectangular(
	Polar coordinates
)

Parameters

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