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