Exemplo n.º 1
0
 public void setRight(Parabola p) {
   this.right = p;
   p.setParent(this);
 }
Exemplo n.º 2
0
 public void setLeft(Parabola p) {
   this.left = p;
   p.setParent(this);
 }