Exemplo n.º 1
0
 // Make path functions
 //--------------------------------------------------------------------
 public uint StartNewPath()
 {
     if (!Path.IsStop(m_vertices.LastCommand()))
     {
         m_vertices.AddVertex(M.Zero <T>(), M.Zero <T>(), (uint)Path.Commands.Stop);
     }
     return(m_vertices.TotalVertices());
 }