AGI AgRadarPlugin 11Send comments on this topic.
GetPositionCBF Method (IAgStkRadarPosVelProvider)
See Also 
x
X component of the central body fixed position vector in meters.
y
Y component of the central body fixed position vector in meters.
z
Z component of the central body fixed position vector in meters.
Windows






Windows & Linux

Description

Gets position in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub GetPositionCBF( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
[C#]
public void GetPositionCBF(
   ref double x,
   ref double y,
   ref double z
);
[Managed C++]
public: void GetPositionCBF(
   double ^ x,
   double ^ y,
   double ^ z
);
[Java]
public  getPositionCBF(
   double x,
   double y,
   double z
);
[Unmanaged C++]
public: HRESULT GetPositionCBF(
   double * x,
   double * y,
   double * z
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.