Example #1
0
 public GunShape() : base()
 {
     sShape = new AbstractShape(d => Math.PI * d * d * 0.25);
 }