Spacecraft.CrossTrackSeparation(Spacecraft) Method

Top 

Description

Returns the distance along the Spacecraft orbit normal vector between the calling Spacecraft and the projection of the argument Spacecraft position on to the orbit normal. The distance returned is measured from the calling Spacecraft.

 

 

 

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.

 

Method Signature

Spacecraft.CrossTrackSeparation(

Spacecraft argumentSpacecraft)

 

 

Arguments

argumentSpacecraft


Description:

The Spacecraft whose cross-track separation to the calling Spacecraft is being calculated.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the distance along the Spacecraft orbit normal vector between the calling Spacecraft and the projection of the argument Spacecraft position on to the orbit normal. The distance returned is measured from the calling Spacecraft.

 

Syntax

myVariable1 = mySpacecraft1.CrossTrackSeparation(mySpacecraft2);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide