AGI AgRadarPlugin 11 Send comments on this topic.
GetVelocityCBF Method (IAgStkRadarPosVelProvider)
See Also 
x
X component of the central body fixed velocity vector in m/s.
y
Y component of the central body fixed velocity vector in m/s.
z
Z component of the central body fixed velocity vector in m/s.





Description

Gets velocity in the central body fixed frame.

Syntax

[Visual Basic .NET]
Public Sub GetVelocityCBF( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 

[C#]
public void GetVelocityCBF(
ref double x,
ref double y,
ref double z
);

[Managed C++]
public: void GetVelocityCBF(
double ^ x,
double ^ y,
double ^ z
);

[Java]
public  getVelocityCBF(
double x,
double y,
double z
);

[Unmanaged C++]
public: HRESULT GetVelocityCBF(
double * x,
double * y,
double * z
);

Parameters

x
X component of the central body fixed velocity vector in m/s.
y
Y component of the central body fixed velocity vector in m/s.
z
Z component of the central body fixed velocity vector in m/s.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1