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):