MCPcopy Create free account
hub / github.com/Image-Py/imagepy / view_y

Method view_y

imagepy/core/myvi/canvas3d.py:239–241  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

237
238
239 def view_y(self, evt):
240 self.canvas.manager.reset(angx=pi/2)
241 self.canvas.Refresh(False)
242
243 def view_z(self, evt):
244 self.canvas.manager.reset(angy=pi/2-1e-4)

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected