The cube was being drawn slightly differently on the top and left
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 May 2004 07:32:09 +0000 (07:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 May 2004 07:32:09 +0000 (07:32 +0000)
commit962dcf9ad0a74ef2c1abe7094fe63f0cdd3929b6
tree5ea67365f44e9c61f4e40b481358dc1e9cd70801
parentd108c3429e902a82bdb703ba6f36df549782bba4
The cube was being drawn slightly differently on the top and left
rows, because the coordinates were crossing one or other axis at
that point and so the lower coordinate was being rounded up while
the upper one was rounded down. Judicious use of floor() fixes it.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@4179 cda61777-01e9-0310-a592-d414129be87e
cube.c