ProximityZone.FixedVectorToObject(CoordinateSystem) Method

Top 

Description

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

 

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.

 

Method Signature

ProximityZone.FixedVectorToObject(

CoordinateSystem targetCoordinateSystem)

 

 

Arguments

targetCoordinateSystem


Description:

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

 

 

 

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 prefix object and terminating at the location of the argument object, in the body fixed coordinate frame of the prefix object.

 

Syntax

myArray1 = myProximityZone1.FixedVectorToObject(myCoordinateSystem1);

 

 

See also

ProximityZone Object

ProximityZone.FixedVectorToObject

Coverage and Contact Analysis Guide

ProximityZones Guide