1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/p5-Algorithm-Line-Bresenham/pkg-descr
Kurt Jaeger df4defb79e New port: graphics/p5-Algorithm-Line-Bresenham
Bresenham is one of the canonical line drawing algorithms for
pixellated grids.  Given a start and an end-point, Bresenham
calculates which points on the grid need to be filled to generate
the line between them.

WWW: https://metacpan.org/release/Algorithm-Line-Bresenham

PR:		230968
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
2018-09-03 19:07:52 +00:00

7 lines
272 B
Plaintext

Bresenham is one of the canonical line drawing algorithms for
pixellated grids. Given a start and an end-point, Bresenham
calculates which points on the grid need to be filled to generate
the line between them.
WWW: https://metacpan.org/release/Algorithm-Line-Bresenham