Example #1
0
 public ContourGenerator()
 {
     m_stroker          = new StrokeMath();
     m_width            = 1;
     vertexDistanceList = new VertexDistanceList();
     m_out_vertices     = new VertexStore();
     m_status           = StrokeMath.Status.Init;
     m_src_vertex       = 0;
     m_closed           = false;
     m_orientation      = 0;
     m_auto_detect      = false;
 }
 public ContourGenerator()
 {
     m_stroker = new StrokeMath();
     m_width = 1;
     vertexDistanceList = new VertexDistanceList();
     m_out_vertices = new VertexStore();
     m_status = StrokeMath.Status.Init;
     m_src_vertex = 0;
     m_closed = false;
     m_orientation = 0;
     m_auto_detect = false;
 }