MCPcopy Index your code
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / rotate

Method rotate

inpaint/mesh.py:2396–2397  ·  view source on GitHub ↗
(self, axis=[1,0,0], angle=0)

Source from the content-addressed store, hash-verified

2394 self.tr.translate(trans)
2395
2396 def rotate(self, axis=[1,0,0], angle=0):
2397 self.tr.rotate(axis=axis, angle=angle)
2398
2399 def view_changed(self):
2400 self.view.camera.view_changed()

Callers 3

__init__Method · 0.95
output_3d_photoFunction · 0.95
rotate_imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected