Example #1
0
 public void MoveShape(AngularShape shape, float x, float y)
 {
     shape.Move(shape.OffsetX + x, shape.OffsetY + y, shape.OffsetZ);
 }