Click or drag to resize

Cylindrical Constructor

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