Exemplo n.º 1
0
 public Road(Junction start, Junction end, float width)
 {
     initialize(start, end, width);
 }