Esempio n. 1
0
 public void Rotate(Point point, double sin, double cos)
 {
     A.Rotate(point, sin, cos);
     B.Rotate(point, sin, cos);
     C.Rotate(point, sin, cos);
     D.Rotate(point, sin, cos);
 }