About
- The Cast
David: A Nerd and/or Geek
His Wife: Doesn’t have a nick yet
Numbers One, Two, Three and Four: Boys in birth order (11, 9, 5 and 3)
Pink: Twin sister of Number Three (5)
I can be contacted by email by replacing the first dot in my URL with an @ and the stripping away the extra stuff.

The Missing Planimal — Discovered!
http://www.wired.com/wiredscience/2010/01/green-sea-slug/
I grepped that whole article but there was no mention of my theoretical prediction of this planimal.
> From: http://david.rysdam.org/blog/
>
> Rob, can you email me the working script?
> Alternatively, I may have to calculate a transform
> myself…
>
I received this email re: the posting I made to the makezine blog. Here’s the script, let me know if you have any questions:
#——————————————————
filter sinusoidal(int divs: 3-30 (8),
float pan: -180-180(0),
image in)
#divs – Number of divisions to create, user definable
#pan – Panning left / right to align petals, user definable
py = 2;
counter = 0;
while (counter 1-(2*counter/divs)-1/divs && x1-(2*counter/divs)-1/divs && x<=1-(2*counter/divs)+1/divs) then
if (px=1-(2*counter/divs)-1/divs+W*pan/360)
then py=y
else py=py
end;
end;
counter = counter + 1;
end;
#allow the x axis to loop around
if px1 then px=px-2 end;
in(xy:[px,py])
end
Awesome, thanks!