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