checkpoint
[anneal.git] / src / edu / berkeley / qfat / geom / Line.java
index 5997130..a4dd2a0 100644 (file)
@@ -66,4 +66,8 @@ public class Line implements AffineConstraint {
         return new Point(x, m*x+c, n*x+d);
     }
 
+    public AffineConstraint multiply(Matrix m) {
+        throw new RuntimeException("not yet implemented");
+    }
+
 }