0 Members and 4 Guests are viewing this topic.
Axe Parser code yeah, I know line will be included later, but now I can't stop trying to figure out how to do it with only pxl-on()
hmm, but how would you do that with no decimal places?
Check this out:http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithmIts probably what I'll be using, it only requires addition and bit-shifting, no floats.