def analysis.general_optics.sincosdeg (   theta_deg  ) 

Definition at line 65 of file general_optics.py.

00065                         :
00066         return math.sin(theta_deg*deg), math.cos(theta_deg*deg)
00067 
def normalize(x,y):


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4