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