Dragon curve/D/DFL: Difference between revisions

m
Fixed syntax highlighting.
(updated)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{libheader|DFL}}
Translation of Java
<langsyntaxhighlight lang="d">// dfl dragoncurve -gui -release -O
 
private import dfl.all;
Line 27:
}
 
publicprivate int[] getSequence(in int iterations) {
int[] turnSequence;
foreach (_; 0 .. iterations) {
Line 72:
}
return result;
}</langsyntaxhighlight>
 
Screenshot: [http://img534.imageshack.us/img534/2324/dfldragoncurve.png]
9,486

edits