print en moins
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -31,7 +31,6 @@ public class Reconnaissance {
|
||||
result += (int) Math.sqrt((Math.pow(x1 - x3, 2) + Math.pow(y1 - y3, 2)));
|
||||
cpt++;
|
||||
}
|
||||
System.out.println(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,6 @@ public class Stroke {
|
||||
public ArrayList<Point2D.Double> scaleToSquare() {
|
||||
ArrayList<Point2D.Double> newPoints = new ArrayList<Point2D.Double>();
|
||||
Rectangle2D.Double boundingBox = getBoundingBox();
|
||||
System.out.println(boundingBox);
|
||||
if (boundingBox.getHeight() > 10) {
|
||||
for (int i = 0; i < listePoint.size(); i++) {
|
||||
Point2D.Double p = listePoint.get(i);
|
||||
|
Reference in New Issue
Block a user