(self, trans=[0,0,0])
| 2391 | self.view_changed() |
| 2392 | |
| 2393 | def translate(self, trans=[0,0,0]): |
| 2394 | self.tr.translate(trans) |
| 2395 | |
| 2396 | def rotate(self, axis=[1,0,0], angle=0): |
| 2397 | self.tr.rotate(axis=axis, angle=angle) |
no outgoing calls
no test coverage detected