CoordinateSystem.VectorToObject 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 ICRF.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

CoordinateSystem.VectorToObject(CelestialObject targetCelestialObject)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetCelestialObject, in the ICRF at epoch.

CoordinateSystem.VectorToObject(CelestialSystem targetCelestialSystem)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetCelestialSystem, in the ICRF.

CoordinateSystem.VectorToObject(CoordinateSystem targetCoordinateSystem)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetCoordinateSystem, in the ICRF.

CoordinateSystem.VectorToObject(GroundStation targetGroundStation)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetGroundStation, in the ICRF at epoch.

CoordinateSystem.VectorToObject(ProximityZone targetProximityZone)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetProximityZone, in the ICRF.

CoordinateSystem.VectorToObject(RotatingLibrationPoint targetRotatingLibrationPoint)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetRotatingLibrationPoint, in the ICRF.

CoordinateSystem.VectorToObject(Sensor targetSensor)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetSensor, in the ICRF.

CoordinateSystem.VectorToObject(Vehicle targetVehicle)

Array

Returns an Array containing the components of the vector originating at the location of the calling CoordinateSystem and terminating at the location of targetVehicle, in the ICRF.

 

 

See also

CoordinateSystem Object

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide