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