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





Description

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

Syntax

[Visual Basic .NET]
Public Sub GetXmtRdr2TgtRelPosCBFCartesian( _
   ByRef xCbf As Double, _
   ByRef yCbf As Double, _
   ByRef zCbf As Double _
) 

[C#]
public void GetXmtRdr2TgtRelPosCBFCartesian(
ref double xCbf,
ref double yCbf,
ref double zCbf
);

[Managed C++]
public: void GetXmtRdr2TgtRelPosCBFCartesian(
double ^ xCbf,
double ^ yCbf,
double ^ zCbf
);

[Java]
public  getXmtRdr2TgtRelPosCBFCartesian(
double xCbf,
double yCbf,
double zCbf
);

[Unmanaged C++]
public: HRESULT GetXmtRdr2TgtRelPosCBFCartesian(
double * xCbf,
double * yCbf,
double * zCbf
);

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1