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