public new void Rotate(double theta) { Centre.Rotate(theta); Angle1 = Angle1 + theta; Angle2 = Angle2 + theta; }
public void Rotate(double theta) { Centre.Rotate(theta); }