Description
Transforms vector components given wrt Axes into those wrt RefAxes at the given time.
Syntax
| [Visual Basic .NET] |
|---|
Public Function TransformComponentsAtEpoch( _
ByVal Scale As AgEUtTimeScale, _
ByVal WholeDays As Integer, _
ByVal SecsIntoDay As Double, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double, _
ByRef Vx As Double, _
ByRef Vy As Double, _
ByRef Vz As Double _
) As Boolean
|
[Python - STK API ] |
|---|
def TransformComponentsAtEpoch(self, Scale:"AgEUtTimeScale", WholeDays:int, SecsIntoDay:float, X:float, Y:float, Z:float, Vx:float, Vy:float, Vz:float) -> typing.Tuple[float, float, float, float, float, float, bool]:
|
Parameters
Return Type
Returns false if an error occurred, else returns true.
See Also