Jump to content

Hilbert curve: Difference between revisions

m
Correct link to 4tH, capitalize hilberts in comments.
m (Correct link to 4tH, capitalize hilberts in comments.)
Line 1,402:
=={{header|Forth}}==
{{trans|Yabasic}}
{{works with|4tH |v3.62}}
<syntaxhighlight lang="forth">include lib/graphics.4th
 
64 constant /width \ hilbertHilbert curve order^2
9 constant /length \ length of a line
 
Line 1,434:
color_image 255 whiteout blue \ paint blue on white
0 dup origin! \ set point of origin
0 dup /width over dup hilbert \ hilbertHilbert curve, order=8
s" ghilbert.ppm" save_image \ save the image
</syntaxhighlight>
14

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.