Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. movingPoint.b.x -= movingPoint.a.x-e.getX();
  2. movingPoint.b.y -= movingPoint.a.y-e.getY();
  3. movingPoint.c.x -= movingPoint.a.x-e.getX();
  4. movingPoint.c.y -= movingPoint.a.y-e.getY();
  5. movingPoint.a.x = e.getX();
  6. movingPoint.a.y = e.getY();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement