Normand Briere
2019-06-25 21104baa536c6b3d3d0f9ecb7231222ed706f0e8
1
2
3
4
5
6
7
8
 
interface BezierElement
{
   public int GetDepth();
   public void SetDepth(int d);
   
   public void recalculate();
}