Tagged Questions
2
votes
3answers
516 views
Converting Degrees to X and Y Coordinate change
I am using a float positioning system in my game. IE float x,y,z
now I want to get the location of the mouse, then to fire an arrow to it.
X0 = the players X location
X1 = the mouse X location
Y0 = ...