Vector.ConvertFromCoordinateSystem(CoordinateSystem) Method

Top 

Description

Converts the Vector object from the custom CoordinateSystem by applying the direction cosine matrix of the CoordinateSystem object as a rotation to the calling Vector 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.

 

Method Signature

Vector.ConvertFromCoordinateSystem(

CoordinateSystem customCoordinateSystem)

 

 

Arguments

customCoordinateSystem


Description:

CoordinateSystem object to rotate the specified vector from.

 

 

 

Return Value

Type:

boolean

 

 

Informs the user whether the Vector was converted successfully. (0 = Unsuccessful, 1 = Successful)

 

Syntax

myVariable1 = myVector1.ConvertFromCoordinateSystem(myCoordinateSystem1);

 

 

See also

Vector Object

Orbit Reference Frames

Coverage and Contact Analysis Guide

Vectors and Coordinate Systems Guide

Matrix, Array, and Variable Math Guide