df4defb79e
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>
2 lines
89 B
Text
2 lines
89 B
Text
%%SITE_PERL%%/Algorithm/Line/Bresenham.pm
|
|
%%PERL5_MAN3%%/Algorithm::Line::Bresenham.3.gz
|