Beispiel #1
0
 def rotate(self, x, y, z, localCoord=False):
     matrix = Matrix.rotateX(x) @ Matrix.rotateY(y) @ Matrix.rotateZ(z)
     self.applyMatrix(matrix, localCoord)