Esempio n. 1
0
 public new void Rotate(double theta)
 {
     Centre.Rotate(theta);
     Angle1 = Angle1 + theta;
     Angle2 = Angle2 + theta;
 }
Esempio n. 2
0
 public void Rotate(double theta)
 {
     Centre.Rotate(theta);
 }