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