This document is archived and information here might be outdated. Recommended version. |
Intersect a vector with an ellipsoidal surface plus height
[Visual Basic .NET] Public Sub VectorIntersectEllipsoid ( _ ByRef vP As Double, _ ByRef vU3 As Double, _ ByVal htAboveEllipsoid As Double, _ ByRef lon As Double, _ ByRef lat As Double _ )
[C#] public void VectorIntersectEllipsoid ( ref double vP, ref double vU3, ref double htAboveEllipsoid, ref double lon, ref double lat );
[C++]
HRESULT VectorIntersectEllipsoid(
System.Double* vP,
System.Double* vU3,
double htAboveEllipsoid,
System.Double* lon,
System.Double* lat
);
[C++]
Parameters vP [in]
vP is a parameter of type double* vU3 [in]
vU3 is a parameter of type double* htAboveEllipsoid [in]
htAboveEllipsoid is a parameter of type double lon [out]
lon is a parameter of type double* lat [out]
lat is a parameter of type double*