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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.