Polar Constructor (Rectangular) | 
 
            Initializes a set of 
Polar coordinates from the provided set of 
Rectangular coordinates.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Polar(
	Rectangular coordinates
)
Public Sub New ( 
	coordinates As Rectangular
)
public:
Polar(
	Rectangular coordinates
)
new : 
        coordinates : Rectangular -> PolarParameters
- coordinates
 - Type: AGI.Foundation.CoordinatesRectangular
The set of Rectangular coordinates. 
See Also