News

First off a normal DDA algorithm, that's easy.. Then off to Bresenham and midpoint, but almost all sources I have found says that Bresenham and midpoint is the same one.
It looks like Bresenham's algorithm is the one most frequently used. Here's someone's implementation of a 3D variant I haven't checked it but I would think there are quite a few such ...