LookAngleFrame.CalculateVectorFromAngles(Variable, Variable) Method

Top 

Description

Given a set of look angles, this method calculates a vector in the look angle frame.

 

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

LookAngleFrame.CalculateVectorFromAngles(

Variable lookAngle1,


Variable lookAngle2)

 

 

Arguments

lookAngle1


Description:

Look angle 1 value in the calling LookAngleFrame's frame.

Units:

deg

 

 

lookAngle2


Description:

Look angle 2 value in the calling LookAngleFrame's frame.

Units:

deg

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

Returns an Array containing the elements of the calculated unit vector.

 

Syntax

myArray1 = myLookAngleFrame1.CalculateVectorFromAngles(myVariable1, myVariable2);

 

 

See also

LookAngleFrame Object