Current position (meters) and velocity (meters/second) 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( AgEUtFrame Frame, ref double X, ref double Y, ref double Z, ref double Vx, ref double Vy, ref double Vz ); |
- Frame
- 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.