예제 #1
0
파일: Line.java 프로젝트: inutard/cra
 public GeomObj2 negate() {
   return new Line(A.negate(), B.negate(), C.negate());
 }