How do you measure distance?
pjnolen
Member Posts: 152
For a basic example, if an object moves from one marked location to another, how would measure and display that distance?
Comments
Basically, the game is on a grid. So... if you know the X & Y locations of both points, you can use A²+B²=C² to figure out the distance. Magnitude makes this easier.