Computes the quaternion representing the Axes and its angular rate in reference components at the given time returned as an array representing q1, q2, q3, q4, wx, wy, wz. Useful for scripting clients.
| [Visual Basic .NET] |
|---|
Public Function Evaluate_Array( _ ByVal Scale As AgEUtTimeScale, _ ByVal WholeDays As Integer, _ ByVal SecsIntoDay As Double _ ) As System.Array |
| [C#] |
|---|
public System.Array Evaluate_Array( |
| [Managed C++] |
|---|
public: System::Array Evaluate_Array( |
| [Java] |
|---|
public VariantArray evaluate_Array( |
| [Unmanaged C++] |
|---|
public: HRESULT Evaluate_Array( |
- Scale
Time scale for requested timeMember Value Description eUtTimeScaleUTC 0 eUtTimeScaleTAI 1 eUtTimeScaleTDT 2 eUtTimeScaleUT1 3 eUtTimeScaleSTKEpochSec 4 eUtTimeScaleTDB 5 eUtTimeScaleGPS 6 - WholeDays
- Number of whole days in the time scale
- SecsIntoDay
- Seconds into the day
An array containing the quaternion and angular velocity components at the requested time
