I thought that it was going to be a fourier like overlay of the pixels making up hello world with some clever working to reduce the number of curves used but maximise the density of the in fill in the text.
Instead it's just a function that goes through the points relating to the ascii codes for the letters - (87,0), (111,1), etc..
* Or rather an implicit equation of some sort.