Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. temp_top = (-temp_top +topY)/dY;
  2. temp_bottom = (-temp_bottom +topY)/dY;
  3. leftScl = ((temp_left - leftX) / dX);
  4. rightScl = ((temp_right - leftX) /dX);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement