Exemplo n.º 1
0
 public GeomObj2 negate() {
   return new Line(A.negate(), B.negate(), C.negate());
 }