

package jfd.toolkit.triangulator;



class VertexChain {


  Vertex pt;
  int vnext[4];			/* next vertices for the 4 chains */
  int vpos[4];			/* position of v in the 4 chains */
  int nextfree;




}


