An open API service indexing awesome lists of open source software.

https://github.com/gmaragao/midpoint-line-algorithm-cg

Implementation of the midpoint line algorithm derivation from Bresenham's line algorithm.
https://github.com/gmaragao/midpoint-line-algorithm-cg

bresenham cg computer-graphics javascript midpoint midpoint-algorithm midpoint-line

Last synced: 3 months ago
JSON representation

Implementation of the midpoint line algorithm derivation from Bresenham's line algorithm.

Awesome Lists containing this project

README

        

# Midpoint Line Algorithm - Computer Graphics
Implementation on a derivation from the Bresenham's line draw algorithm.

[Bresenham's line algorithm](https://www.ics.uci.edu/~gopi/CS112/web/handouts/OldFiles/Bresenham.pdf)