Definition at line 620 of file general_optics.py. 00620 : 00621 self.matrix_to_global=Numeric.dot(self.matrix_to_global, matrix_to_global) 00622 self.matrix_to_local=Numeric.transpose(self.matrix_to_global) 00623 self.cosines=self.transform_into_global(Numeric.array((0,0,1))) 00624 def rotate_in_local_frame(self, matrix_to_global):
|