STK AgRadarPluginSend comments on this topic.
GetIncidentBodyFixedVector Method (IAgStkRadarRcsComputeParams)
See Also
x
X component of the incident body fixed vector in meters.
y
Y component of the incident body fixed vector in meters.
z
Z component of the incident body fixed vector in meters.
Windows





Windows & Linux

Description

Gets the incident body fixed vector.

Syntax

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

Parameters

x
X component of the incident body fixed vector in meters.
y
Y component of the incident body fixed vector in meters.
z
Z component of the incident body fixed vector in meters.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.