示例#1
0
文件: Line.java 项目: inutard/cra
 public GeomObj2 negate() {
   return new Line(A.negate(), B.negate(), C.negate());
 }