sopularity_fax@sopuli.xyz to Asklemmy@lemmy.ml · 8 months agoWhat did you invent?message-squaremessage-square3fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat did you invent?sopularity_fax@sopuli.xyz to Asklemmy@lemmy.ml · 8 months agomessage-square3fedilink
minus-squaregreenbelt@lemy.lollinkfedilinkarrow-up1·edit-24 months agoAn algorithm similar in purpose to the Bresenham algorithm to rasterize 2D lines https://en.wikipedia.org/wiki/Bresenham_algorithm But it only uses integer variables and uses multiplication. Right now I am working on extending it to higher dimensions.
An algorithm similar in purpose to the Bresenham algorithm to rasterize 2D lines https://en.wikipedia.org/wiki/Bresenham_algorithm
But it only uses integer variables and uses multiplication.
Right now I am working on extending it to higher dimensions.