Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Cx = Ax + math.cos(math.radians(a) * (Bx - Ax) - math.sin(math.radians(a) * (By - Ay)
  2. Cy = Ay + math.sin(math.radians(-a) * (Bx - Ax) + math.cos(math.radians(a) * (By - Ay)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement