Bitmap/Bresenham's line algorithm: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(→‎{{header|Raku}}: Fix up some internal links)
Line 3,187: Line 3,187:
(formerly Perl 6)
(formerly Perl 6)
{{works with|Rakudo|2018.03}}
{{works with|Rakudo|2018.03}}
Bitmap class from [[Bitmap#Perl_6|Bitmap]] task.
Bitmap class from [[Bitmap#Raku|Bitmap]] task.
<lang perl6>class Pixel { has UInt ($.R, $.G, $.B) }
<lang perl6>class Pixel { has UInt ($.R, $.G, $.B) }
class Bitmap {
class Bitmap {