https://github.com/TurroSmallz/Collision-System/blob/ddf2d530f7b10bd94657a5fcd3b75392c6b3d7c3/srcCode/Vector.java#L37 Instead of it mutating the original vector, it might be better for it to return a new Vector.
https://github.com/TurroSmallz/Collision-System/blob/ddf2d530f7b10bd94657a5fcd3b75392c6b3d7c3/srcCode/Vector.java#L37
Instead of it mutating the original vector, it might be better for it to return a new Vector.