def transform_into_local (   self,
  direction 
)

Definition at line 526 of file general_optics.py.

00526                                                  :
00527                 "take a vector in global coordinates, and express it in the local, preferred frame of this optic"
00528                 return Numeric.dot(self.matrix_to_local, direction)
00529         
        def transform_into_global(self, local_direction):


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