Description
Calculates the look angles for the calling LookAngleFrame to the target using the source as the position of the LookAngleFrame. 
  
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
  
  
Arguments
source 
 | 
 
 | 
 
Description: 
 | 
Provides the position of the calling LookAngleFrame. The body-fixed frame of source defines the base for the calling LookAngleFrame orientation. 
 | 
 
 
 
  
  
target 
 | 
 
 | 
 
Description: 
 | 
The target Spacecraft for which to determine look angle coordinates. 
 | 
 
 
 
  
  
lookAngle1 
 | 
 
 | 
 
Description: 
 | 
Will be set to the look angle 1 value of the target position in the calling LookAngleFrame's frame. 
 | 
 
 
 
  
  
lookAngle2 
 | 
 
 | 
 
Description: 
 | 
Will be set to the look angle 2 value of the target position in the calling LookAngleFrame's frame. 
 | 
 
 
 
  
  
  
Syntax
myLookAngleFrame1.CalculateLookAngles(mySpacecraft1, mySpacecraft2, myVariable1, myVariable2); 
 | 
 
 
 
  
  
See also  
LookAngleFrame Object 
LookAngleFrame.CalculateLookAngles 
  
 |