Polar Constructor | 
| Name | Description | |
|---|---|---|
| Polar(Double) | 
            Initializes a set of Polar coordinates from the first 2 consecutive elements in the provided array.
              | |
| Polar(Rectangular) | 
            Initializes a set of Polar coordinates from the provided set of Rectangular coordinates.
              | |
| Polar(Double, Double) | 
            Initializes a set of Polar coordinates from the provided values.
              | |
| Polar(Double, Int32) | 
            Initializes a set of Polar coordinates from 2 consecutive elements in the provided array.
              |