VelocityConvert Function

Top  Previous  Next

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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

VelocityConvert(Variable fromSystem, Variable toSystem, TimeSpan 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, TimeSpan epoch, Array fromVector, TimeSpan 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, TimeSpan 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, TimeSpan 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