AGI AgRadarPlugin 11 Send comments on this topic.
GetSurfaceNormalDetic Method (IAgStkRadarPosVelProvider)
See Also 
x
X component of the surface normal vector in meters.
y
Y component of the surface normal vector in meters.
z
Z component of the surface normal vector in meters.





Description

Gets the surface normal detic vector for the current latitude and longitude.

Syntax

[Visual Basic .NET]
Public Sub GetSurfaceNormalDetic( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 

[C#]
public void GetSurfaceNormalDetic(
ref double x,
ref double y,
ref double z
);

[Managed C++]
public: void GetSurfaceNormalDetic(
double ^ x,
double ^ y,
double ^ z
);

[Java]
public  getSurfaceNormalDetic(
double x,
double y,
double z
);

[Unmanaged C++]
public: HRESULT GetSurfaceNormalDetic(
double * x,
double * y,
double * z
);

Parameters

x
X component of the surface normal vector in meters.
y
Y component of the surface normal vector in meters.
z
Z component of the surface normal vector in meters.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1