Description
Transforms vector components given wrt Axes into those wrt RefAxes at the given time, returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.
Syntax
| [Visual Basic .NET] |
|---|
Public Function TransformComponentsAtEpoch_Array( _
ByVal Scale As AgEUtTimeScale, _
ByVal WholeDays As Integer, _
ByVal SecsIntoDay As Double, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal Vx As Double, _
ByVal Vy As Double, _
ByVal Vz As Double _
) As System.Array
|
Parameters
Return Type
An array containing the components of the transformed vector and its rate at the requested time.
See Also