Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. row*xScale, (pValues[row][col] * height + baseHeight), col*yScale,
  3. (row-1)*xScale, (pValues[(row-1)][col] * height + baseHeight), col*yScale,
  4. (row-1)*xScale, (pValues[row-1][col-1] * height + baseHeight), (col-1)*yScale,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement