AGI AgRadarPlugin 11Send comments on this topic.
GetIncidentBodyFixedVector Method (IAgStkRadarRcsProcessSignalsParams)
See Also 
x
X component of the body fixed incident vector in meters.
y
Y component of the body fixed incident vector in meters.
z
Z component of the body fixed incident 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
);
[Java]
public  getIncidentBodyFixedVector(
   double x,
   double y,
   double z
);
[Unmanaged C++]
public: HRESULT GetIncidentBodyFixedVector(
   double * x,
   double * y,
   double * z
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.