Click or drag to resize

Spherical Constructor

Overload List
  NameDescription
Public methodSpherical(AzimuthElevationRange)
Initializes a set of Spherical coordinates from the provided set of AzimuthElevationRange coordinates.
Public methodSpherical(Cartesian)
Initializes a set of Spherical coordinates from the provided set of Cartesian coordinates.
Public methodSpherical(Cylindrical)
Initializes a set of Spherical coordinates from the provided set of Cylindrical coordinates.
Public methodSpherical(Double)
Initializes a set of Spherical coordinates from the first 3 consecutive elements in the provided array.
Public methodSpherical(LongitudeLatitudeRadius)
Initializes a set of Spherical coordinates from the provided set of LongitudeLatitudeRadius coordinates.
Public methodSpherical(Double, Int32)
Initializes a set of Spherical coordinates from the provided array.
Public methodSpherical(Double, Double, Double)
Initializes a set of Spherical coordinates from the provided clock angle, cone angle, and magnitude.
Top
See Also