示例#1
0
 public void Update()
 {
     Axis.StartPoint = Wheel1.Center;
     Axis.EndPoint   = Wheel2.Center;
     Wheel1.Radius   = WheelRadius;
     Wheel2.Radius   = WheelRadius;
     Wheel1.Update();
     Wheel2.Update();
     Axis.Update();
 }
示例#2
0
 public void Update()
 {
     Wheel1.Update();
     Wheel2.Update();
 }