Advertisement
Gallefray

Untitled

Oct 31st, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. function give_angle(cx, cy, tx, ty)
  2.     local x = tx - cx
  3.     local y = ty - cy
  4.     return math.atan2(x, y)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement