Normand Briere
2019-08-16 64e20f390e4b8e58bd0006dde8fa10fba1dac1d5
1
2
3
4
5
6
7
8
 
interface BezierElement
{
   public int GetDepth();
   public void SetDepth(int d);
   
   public void recalculate();
}