AGI AgRadarPlugin 11Send comments on this topic.
GetTgt2RcvRdrRelPosCBFCartesian Method (IAgStkRadarLinkGeometry)
See Also 
xCbf
X component of the target to receive radar relative position vector in meters
yCbf
Y component of the target to receive radar relative position vector in meters
zCbf
Z component of the target to receive radar relative position vector in meters
Windows






Windows & Linux

Description

Gets the relative position vector from the target to the receiving radar in central body fixed coordinates.

Syntax

[Visual Basic .NET]
Public Sub GetTgt2RcvRdrRelPosCBFCartesian( _
   ByRef xCbf As Double, _
   ByRef yCbf As Double, _
   ByRef zCbf As Double _
) 
[C#]
public void GetTgt2RcvRdrRelPosCBFCartesian(
   ref double xCbf,
   ref double yCbf,
   ref double zCbf
);
[Managed C++]
public: void GetTgt2RcvRdrRelPosCBFCartesian(
   double ^ xCbf,
   double ^ yCbf,
   double ^ zCbf
);
[Java]
public  getTgt2RcvRdrRelPosCBFCartesian(
   double xCbf,
   double yCbf,
   double zCbf
);
[Unmanaged C++]
public: HRESULT GetTgt2RcvRdrRelPosCBFCartesian(
   double * xCbf,
   double * yCbf,
   double * zCbf
);

Parameters

xCbf
X component of the target to receive radar relative position vector in meters
yCbf
Y component of the target to receive radar relative position vector in meters
zCbf
Z component of the target to receive radar relative position vector in meters

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.