Loading src/main/java/bouncingshape/Vector3D.java +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ public class Vector3D { this.y=y; this.z=z; } @Override public boolean equals(Object obj) { if (this == obj) return true; Loading Loading
src/main/java/bouncingshape/Vector3D.java +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ public class Vector3D { this.y=y; this.z=z; } @Override public boolean equals(Object obj) { if (this == obj) return true; Loading