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