Description
Computes the quaternion representing the Axes at the given time
Syntax
| [Visual Basic .NET] |
|---|
Public Function Evaluate( _
ByVal Scale As AgEUtTimeScale, _
ByVal WholeDays As Integer, _
ByVal SecsIntoDay As Double, _
ByRef Q1 As Double, _
ByRef Q2 As Double, _
ByRef Q3 As Double, _
ByRef Q4 As Double _
) As Boolean
|
[Python - STK API ] |
|---|
def Evaluate(self, Scale:"AgEUtTimeScale", WholeDays:int, SecsIntoDay:float, Q1:float, Q2:float, Q3:float, Q4:float) -> typing.Tuple[float, float, float, float, bool]:
|
Parameters
Return Type
Returns false if an error occurred, else returns true.
See Also