Normand Briere
2019-05-01 d1e1417edc8a6ccf195b6da3270f22234dda61e4
1
2
3
4
5
6
7
8
 
interface BezierElement
{
   public int GetDepth();
   public void SetDepth(int d);
   
   public void recalculate();
}