STK AgRadarPluginSend comments on this topic.
GetDirection Method (IAgSTKRadarSTCAttenComputeParams)
See Also
x
y
z
Windows





Windows & Linux

Description

Gets the direction vector in the body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub GetDirection( _
    ByRef x As Double, _
    ByRef y As Double, _
    ByRef z As Double _
)
[C#]
public void GetDirection(
    ref double x,
    ref double y,
    ref double z
);
[Managed C++]
public: void GetDirection(
    double ^ x,
    double ^ y,
    double ^ z
);
[Unmanaged C++]
public: HRESULT GetDirection(
    double * x,
    double * y,
    double * z
);

Parameters

x
y
z

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.