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