Hilbert curve: Difference between revisions

m
No edit summary
Line 1,111:
{{libheader|SysUtils,StdCtrls}}
This is a very fancy version of the Hilbert curve. It allows you to draw multiple levels and you have the option of superimposing each level on top of the others. You can choose four different pen colors that alternate according to the level. The pen thickness can vary according to the level and can be increments or decremented according to the settings.
 
 
 
<syntaxhighlight lang="Delphi">
Line 1,278 ⟶ 1,276:
</syntaxhighlight>
{{out}}
[[File:DelphiHilbertCurve.png|thumb|none]]
<pre>
 
</pre>
 
 
=={{header|Factor}}==
465

edits