pyramidscheme / pyramidtriangles

Software to run the Pyramid Scheme triangles
3 stars 0 forks source link

Fix check for geometry membership #37

Closed sul3n3t closed 5 years ago

sul3n3t commented 5 years ago

Fixes rendering for some positions. I noticed FuckYourBurn wasn't rendering correctly and debugged down to this check.

Example: Position(7, 12) -> Coordinate(15, 3). In the prior check, the (correct) row_length is 15. But the check was using rel.x which is 15 and returned false.