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