danbuis / BBDGamesLib

Code base to rapidly make Java based programs using OpenGL to render to the screen
0 stars 0 forks source link

Add distance calculation for gameItems. #97

Closed danbuis closed 3 years ago

danbuis commented 4 years ago

I'm wanting to use the getPosition() to do some distance math. It seems easy to add the option here do avoid code repetition in the future.

danbuis commented 3 years ago

Closed as part of the polygon offset branch