Computes the quaternion representing the Axes at the given time returned as an array representing q1, q2, q3, q4. Useful for scripting clients.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Evaluate_Array(self, Scale:"AgEUtTimeScale", WholeDays:int, SecsIntoDay:float) -> list: |
- Scale
- Time scale for requested time.
- WholeDays
- Number of whole days in the time scale.
- SecsIntoDay
- Seconds into the day.
An array containing the quaterion components at the requested time.






