Jump to content

Hilbert curve: Difference between revisions

m
(Added AutoHotkey)
Line 122:
points .= point.x - xmin + HilbertX "," point.y - ymin + HilbertY "|"
points := Trim(points, "|")
pBitmap := Gdip_CreateBitmap(xmax-xmin, ymax-ymin)
Gdip_DrawLines(G, pPen, Points)
UpdateLayeredWindow(hwnd1, hdc, 0, 0, Width, Height)
299

edits

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