STK AgAsHpopPluginSend comments on this topic.
PosVel Method (IAgAsDensityModelResultEval)
See Also
Frame
X
Y
Z
VX
VY
VZ
Windows





Windows & Linux

Description

Current position (meters) and velocity (meters/second).

Syntax

[Visual Basic .NET]
Public Sub PosVel( _
    ByVal Frame As AgEUtFrame, _
    ByRef X As Double, _
    ByRef Y As Double, _
    ByRef Z As Double, _
    ByRef VX As Double, _
    ByRef VY As Double, _
    ByRef VZ As Double _
)
[C#]
public void PosVel(
    AgEUtFrame Frame,
    ref double X,
    ref double Y,
    ref double Z,
    ref double VX,
    ref double VY,
    ref double VZ
);
[Managed C++]
public: void PosVel(
    AgEUtFrame Frame,
    double ^ X,
    double ^ Y,
    double ^ Z,
    double ^ VX,
    double ^ VY,
    double ^ VZ
);
[Unmanaged C++]
public: HRESULT PosVel(
    AgEUtFrame Frame,
    double * X,
    double * Y,
    double * Z,
    double * VX,
    double * VY,
    double * VZ
);

Parameters

Frame
X
Y
Z
VX
VY
VZ

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.