CelestialObject.FixedVectorToObject Method

Top 

Description

Returns an Array containing the components of the vector originating at the location of the prefix object and terminating at the location of the argument object, in the body fixed coordinate frame 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.FixedVectorToObject(CoordinateSystem targetCoordinateSystem)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCoordinateSystem, in the body fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedVectorToObject(ProximityZone targetProximityZone)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetProximityZone, in the body fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedVectorToObject(Sensor targetSensor)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetSensor, in the body fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedVectorToObject(Vehicle targetVehicle)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetVehicle, in the body fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedVectorToObject(CelestialObject targetCelestialObject, TimeSpan epoch)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCelestialObject, in the body fixed coordinate frame of the calling CelestialObject at epoch.

CelestialObject.FixedVectorToObject(CelestialSystem targetCelestialSystem, TimeSpan epoch)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetCelestialSystem, in the body fixed coordinate frame of the calling CelestialObject.

CelestialObject.FixedVectorToObject(GroundStation targetGroundStation, TimeSpan epoch)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetGroundStation, in the body fixed coordinate frame of the calling CelestialObject at epoch.

CelestialObject.FixedVectorToObject(RotatingLibrationPoint targetRotatingLibrationPoint, TimeSpan epoch)

Array

Returns an Array containing the components of the vector originating at the location of the calling CelestialObject and terminating at the location of targetRotatingLibrationPoint, in the body fixed coordinate frame of the calling CelestialObject.

 

 

See also

CelestialObject Object

CelestialObjects Guide