ECEFRef Constructor (Double, Double, Double) |
doogal.co.uk Home
Create a new earth-centred, earth-fixed (ECEF) reference from the given
parameters using the WGS84 reference ellipsoid.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public ECEFRef(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
ECEFRef(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> ECEFRef
Parameters
- x
- Type: SystemDouble
The x co-ordinate. - y
- Type: SystemDouble
The y co-ordinate. - z
- Type: SystemDouble
The z co-ordinate.
See Also