Current position and velocity in the
requested frame.
| [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(
|
| [Managed C++] |
|---|
public: void PosVel(
|
- Frame
-
Member Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 Requested frame to express the results
- X
- X component of current position in requested frame
- Y
- Y component of current position in requested frame
- Z
- Z component of current position in requested frame
- Vx
- X component of current velocity in requested frame, as observed rotating with the frame
- Vy
- Y component of current velocity in requested frame, as observed rotating with the frame
- Vz
- Z component of current velocity in requested frame, as observed rotating with the frame