Bresenham Line Drawing Algorithm (Q21): Difference between revisions
(Added [en] description: A simple and fast algorithm to approximate a straight line between two points using pixel) |
(Added [en] alias: Bresenham Line) |
||
aliases / en / 0 | aliases / en / 0 | ||
Bresenham Line |
Revision as of 09:05, 23 August 2023
A simple and fast algorithm to approximate a straight line between two points using pixel
- Bresenham's line algorithm
- Bresenham Line
Language | Label | Description | Also known as |
---|---|---|---|
English | Bresenham Line Drawing Algorithm |
A simple and fast algorithm to approximate a straight line between two points using pixel |
|