Nadav-01 / Physics_Game

School project based on 2d physics. Written in Java. Pretty crappy, nothing to see here.
0 stars 0 forks source link

Fix yaxis #20

Closed Nadav-01 closed 5 years ago

Nadav-01 commented 5 years ago

Master is currently operating with the jpanel way (the origin being the upper left corner of the window) of representing the objects and projectiles in the space. Made it so the calculations are all in a normal coordinate system, and made a function that translates the normal coordinate system into the jpanel coordinate system.