Set the corresponding vertex for an index.
void setIndex(int index, int vertex) { ixList[index] = vertex; }