AGI STK Objects 11 Send comments on this topic.
QueryVelocityInertial Method (IAgSpatialState)
See Also 
pVx
pVy
pVz





Description

Returns a velocity of the vehicle in central body inertial frame.

Syntax

[Visual Basic .NET]
Public Sub QueryVelocityInertial( _
   ByRef pVx As Double, _
   ByRef pVy As Double, _
   ByRef pVz As Double _
) 

[C#]
public void QueryVelocityInertial(
ref double pVx,
ref double pVy,
ref double pVz
);

[Managed C++]
public: void QueryVelocityInertial(
double ^ pVx,
double ^ pVy,
double ^ pVz
);

[Java]
public  queryVelocityInertial(
double pVx,
double pVy,
double pVz
);

[Unmanaged C++]
public: HRESULT QueryVelocityInertial(
double * pVx,
double * pVy,
double * pVz
);

Parameters

pVx
pVy
pVz

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1