CelestialObject.FixedPositionOfObject Method

Top 

Description

Returns an Array containing the position of the target object, expressed in the body-fixed coordinate system of the prefix object.

 

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

CelestialObject.FixedPositionOfObject(Vehicle targetVehicle)

Array

Returns an Array containing the components of the vector from the calling CelestialObject's position to the target targetVehicle's position, in the body-fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedPositionOfObject(CelestialObject targetCelestialObject, TimeSpan epoch)

Array

Returns an Array containing the components of the vector from the calling CelestialObject's position to the target targetCelestialObject's position, in the body-fixed coordinate frame of the calling CelestialObject at epoch.

 

 

See also

CelestialObject Object

CelestialObjects Guide