Description
Converts a velocity from one coordinate system to another, and returns the results in array form.
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
VelocityConvert(Variable fromSystem, Variable toSystem, Variable epoch, Array fromVector)
|
Array
|
Converts the position and velocity specified by fromVector from the fromSystem coordinate system to a velocity in the toSystem coordinate system, referencing the coordinate systems to the specified epoch.
|
VelocityConvert(Variable fromSystem, Variable toSystem, Variable epoch, Array fromVector, Variable lcsLongitude)
|
Array
|
Converts the position and velocity specified by fromVector from the fromSystem coordinate system to a velocity in the toSystem coordinate system, referencing the coordinate systems to the specified epoch.
|
VelocityConvert(Variable fromSystem, Variable toSystem, Variable epoch, Array fromVector, Variable frameEpoch)
|
Array
|
Converts the position and velocity specified by fromVector from the fromSystem coordinate system to a velocity in the toSystem coordinate system, referencing the coordinate systems to the specified epoch.
|
VelocityConvert(Variable fromSystem, Variable toSystem, Variable epoch, Array fromVector, Variable lcsLongitude, Variable lcsLatitude)
|
Array
|
Converts the position and velocity specified by fromVector from the fromSystem coordinate system to a velocity in the toSystem coordinate system, referencing the coordinate systems to the specified epoch.
|
See also
Functions
Orbit Reference Frames
|