Description
Gets the relative position vector from the target to the transmitting radar in central body fixed coordinates
Syntax
| [Visual Basic .NET] |
|---|
Public Sub GetTgt2XmtRdrRelPosCBFCartesian( _
ByRef xCbf As Double, _
ByRef yCbf As Double, _
ByRef zCbf As Double _
)
|
| [C#] |
|---|
public void GetTgt2XmtRdrRelPosCBFCartesian( ref double xCbf, ref double yCbf, ref double zCbf );
|
| [Managed C++] |
|---|
public: void GetTgt2XmtRdrRelPosCBFCartesian( double ^ xCbf, double ^ yCbf, double ^ zCbf );
|
| [Java] |
|---|
public getTgt2XmtRdrRelPosCBFCartesian( double xCbf, double yCbf, double zCbf );
|
| [Unmanaged C++] |
|---|
public: HRESULT GetTgt2XmtRdrRelPosCBFCartesian( double * xCbf, double * yCbf, double * zCbf );
|
Parameters
See Also