Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. float initialX = -355.0f;
  2. float initialY = -112.0f;
  3. float xMax = -290.0f;
  4. float yMax = -21.0f;
  5. float slope = (yMax - initialY) / (xMax - initialX);
Add Comment
Please, Sign In to add comment