Spherical Constructor | 
| Name | Description | |
|---|---|---|
| Spherical(AzimuthElevationRange) | 
            Initializes a set of Spherical coordinates from the provided set of
            AzimuthElevationRange coordinates.
              | |
| Spherical(Cartesian) | ||
| Spherical(Cylindrical) | 
            Initializes a set of Spherical coordinates from the provided set of Cylindrical coordinates.
              | |
| Spherical(Double) | 
            Initializes a set of Spherical coordinates from the first 3 consecutive elements in the provided array.
              | |
| Spherical(LongitudeLatitudeRadius) | 
            Initializes a set of Spherical coordinates from the provided set of
            LongitudeLatitudeRadius coordinates.
              | |
| Spherical(Double, Int32) | 
            Initializes a set of Spherical coordinates from the provided array.
              | |
| Spherical(Double, Double, Double) | 
            Initializes a set of Spherical coordinates from the provided clock angle, cone angle, and magnitude.
              |