Bitmap/Bézier curves/Cubic: Difference between revisions

→‎{{header|Raku}}: Fix up some internal links
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(→‎{{header|Raku}}: Fix up some internal links)
Line 1,223:
(formerly Perl 6)
{{works with|Rakudo|2017.09}}
Uses pieces from [[Bitmap#Perl_6Raku| Bitmap]], and [[Bitmap/Bresenham's_line_algorithm#Perl_6Raku| Bresenham's line algorithm]] tasks. They are included here to make a complete, runnable program.
 
<lang perl6>class Pixel { has UInt ($.R, $.G, $.B) }
10,327

edits