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.
- Host: GitHub
- URL: https://github.com/gmaragao/midpoint-line-algorithm-cg
- Owner: gmaragao
- Created: 2022-10-31T19:03:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T12:18:27.000Z (over 2 years ago)
- Last Synced: 2025-02-08T21:11:21.392Z (4 months ago)
- Topics: bresenham, cg, computer-graphics, javascript, midpoint, midpoint-algorithm, midpoint-line
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)