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