Line maze

  • Thread starter Thread starter matthew-andrews
  • Start date Start date
M

matthew-andrews

Hi,

I'm wondering if anyone knows of an algorithm to draw a 'snake' line
line between two points, like the childrens maze you often see on the
back of menu's at fast food places. Or would I just have to generate
random points and create a series of benzier curves to create the
desired effect?

Any help would be useful

Many thanks
Mat
 
Do you want the shortest line through a maze? IOW, are you trying to
hug the corners with some minimum turn radius you specify?
 
Do you want the shortest line through a maze? IOW, are you trying to
hug the corners with some minimum turn radius you specify?
 
Back
Top