Click or drag to resize

Cartesian Constructor

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