When drawing polygons, I noticed in the list of vertices that the first and last vertex are the same. Why is it done this way? I’m implementing a way for the user to edit the vertices, but I assume I have to worry about changing both the first and last every time they edit one of those?
If the first or last vertex is changed, will the other automatically be updated to match?
Thanks!