Definition at line 1328 of file general_optics.py. 01328 : 01329 "return the first two elements of this optic, to allow one to get an entrance axis direction" 01330 return self.optics_order[0], self.optics_order[1] 01331 def set_exit_direction(self, look_to):
|