TrajectoryPhase.ComputeInterphaseDeltaV Method

Top 

Description

Computes the delta v between the calling TrajectoryPhase and the passed TrajectoryPhase.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

TrajectoryPhase.ComputeInterphaseDeltaV(TrajectoryPhase phase)

Array

Computes the MJ2000 delta v vector between the last node of the calling TrajectoryPhase and the first of the passed TrajectoryPhase.

TrajectoryPhase.ComputeInterphaseDeltaV(TrajectoryPhase phase, String endpoint1, String endpoint2)

Array

Computes the MJ2000 delta v vector between endpoint1 of the calling TrajectoryPhase and endpoint2 of the passed TrajectoryPhase.

 

 

See also

TrajectoryPhase Object