def old_rotate_in_local_frame (   self,
  matrix_to_global 
)

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


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