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