>>4There was a question on irc where someone was trying to write a program to resample a polyline. Their program was not conceptualized well:
http://hastebin.com/hojoyetusa.luaInstead of trying to work with that, I wrote a new one in the chat, explaining that he needed to write it out of composable parts. If he could write a simple function that given a polyline and a distance, computed the position along the polyline, he could then call this repeatedly to make a new polyline, thereby solving his problem. Sure, its not efficient, but it would work. I then wrote it for him.
He didn't seem interested. Ahh well. Here is the program I posted for him:
http://hastebin.com/inecuvohuq.jsSo then I posted this screenshot here to elicit a response from
/prog/. Sure enough,
/prog/ happened.