AGI AgCommRdrCommon 13Send comments on this topic.
GetSurfaceNormalCentric Method (IAgStkRadarPosVelProvider)
See Also
x
y
z
Windows





Windows & Linux

Description

Gets the surface normal centric as an array.

Syntax

[Visual Basic .NET]
Public Sub GetSurfaceNormalCentric( _
    ByRef x As Double, _
    ByRef y As Double, _
    ByRef z As Double _
)
[C#]
public void GetSurfaceNormalCentric(
    ref double x,
    ref double y,
    ref double z
);
[Managed C++]
public: void GetSurfaceNormalCentric(
    double ^ x,
    double ^ y,
    double ^ z
);
[Unmanaged C++]
public: HRESULT GetSurfaceNormalCentric(
    double * x,
    double * y,
    double * z
);
[Python - STK API ]
def GetSurfaceNormalCentric(self) -> typing.Tuple[float, float, float]:

Parameters

x
y
z

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.