Reimplemented in reflector, paraxial_spherical_mirror, spherical_mirror, and grating. Definition at line 796 of file general_optics.py. 00796 : 00797 "a mirror just reverse the z-component of the motion of the beam" 00798 self.beam.transform(self.globalize_transform(Numeric.array(((1.0,0,0),(0,1.0,0),(0,0,-1.0))))) 00799 def post_init(self):
|