Esempio n. 1
0
 def mirror(self, plane: Plane):
     self.axis.mirror(plane)
     CollectionOfMeshes.mirror(self, plane)
     return self
Esempio n. 2
0
 def mirror(self, plane: Plane):
     self.translation -= 2 * (
         self.translation @ plane.normal) * plane.normal
     CollectionOfMeshes.mirror(self, plane)
     return self