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