Normand Briere
2015-04-12 89da025f40680d9cea46f2b0a7c8c6829a0d0451
1
2
3
4
5
6
7
8
 
interface BezierElement
{
   public int GetDepth();
   public void SetDepth(int d);
   
   public void recalculate();
}