Report Week 6
This week I continued to work on the Edge Slide feature, creating a basic implementation which allows the user to slide selected vertices between two arbitrary adjacent vertices.
The next steps in order to create a functional edge slide would be to first order the array of vertices by their connectivity within each group of edges which then makes it simpler to later choose which edges to slide along. This and choosing which edges to slide along will be what I’ll be working on this week.