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