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