None
Definition at line 269 of file general_optics.py.
00269 : 00270 "make a complete clone of ourself" 00271 q=copy.copy(self) 00272 if newname is not None: 00273 q.name=newname 00274 return q 00275 def transform(self, tensor):