Browsing in a snake-way, forward. More...
#include <snake_vert.hh>

Browsing in a snake-way, forward.
This canvas browse all the point of an image 'input' like this :
| /\ | | | | \/ | \/
The fonctor should provide (In addition to 'input') four methods :
This methods should acces to the current working point 'p' also provided by the functor.
Warning: This canvas works only on 2D.
F shall feature: 
 { 
 --- as attributes: 
 input; 
 p; 
 --- as methods: 
 void init(); 
 void down(); 
 void up(); 
 void fwd(); 
 } 
 
Definition at line 83 of file snake_vert.hh.
 1.7.1