Hi everyone, I'm after an algorithm, in Haskell (primarily Hugs), that will generate a list of points for a line, given the start and end points. I've looked at the Bresenham and it looks good, but turning the mathematical formulae into code looks tricky. If someone has already done this it would be a great help ! If you could CC to me directly as well please, it would be good. Thanks, Tim Bishop.
- Re: Line drawing algorithms Tim Bishop
- Re: Line drawing algorithms Martin Schwenke