Exemple #1
0
 public void ModifyVertex(uint idx, T x, T y)
 {
     m_vertices.ModifyVertex(idx, x, y);
 }