Commit 27acb072 authored by Sergio Emanuel Rodriguez Rivera's avatar Sergio Emanuel Rodriguez Rivera
Browse files

something changed idk what

parent a3791ebf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import java.io.IOException;
import java.util.Arrays;
import java.util.List;

import static java.lang.Math.abs;
import static java.lang.Math.*;


/**
@@ -206,6 +206,8 @@ public class GraphicsAndWindowsTest extends Application {
            for (MovingObject o : objects ) {
                double x = releaseX -anchorX;
                double y = releaseY - anchorY;
                x = min(x,50);
                y = min(y,50);
                o.setVelocityVec(x,y,o.getVelocityVec()[2]);
            }

+12 B (3.12 KiB)

File changed.

No diff preview for this file type.

+113 B (4.04 KiB)

File changed.

No diff preview for this file type.