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