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