Exemple #1
0
 private void RemoveAt(int index)
 {
     Points.RemoveAt(index);
     Normals.RemoveAt(index);
 }