CoordinateSystem.VectorToObject(ProximityZone) Method

Top 

Description

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.

 

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

CoordinateSystem.VectorToObject(

ProximityZone targetProximityZone)

 

 

Arguments

targetProximityZone


Description:

Object which designates the endpoint of the vector originating at the calling CoordinateSystem.

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

km

 

 

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

 

Syntax

myArray1 = myCoordinateSystem1.VectorToObject(myProximityZone1);

 

 

See also

CoordinateSystem Object

CoordinateSystem.VectorToObject

Vectors and Coordinate Systems Guide

Orbit Reference Frames Guide

Attitude Reference Frames Guide

Matrix, Array, and Variable Math Guide