sopularity_fax@sopuli.xyz to Asklemmy@lemmy.ml · 4 months agoWhat did you invent?message-squaremessage-square54linkfedilinkarrow-up151arrow-down11
arrow-up150arrow-down1message-squareWhat did you invent?sopularity_fax@sopuli.xyz to Asklemmy@lemmy.ml · 4 months agomessage-square54linkfedilink
minus-squaregreenbelt@lemy.lollinkfedilinkarrow-up2·11 days 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.