Normand Briere
2019-07-20 0a52bd4800459cd9935f360d7ca9555b6bea2146
1
2
3
4
5
6
7
8
 
interface BezierElement
{
   public int GetDepth();
   public void SetDepth(int d);
   
   public void recalculate();
}