Open jonthesquirrel opened 1 year ago
This is sort of like a linked list
Make the vertices
and connectedEdges
properties consistent, for example vertices
and edges
Make the methods also consistent, for example addConnectedEdges()
and setVertices()
could be addEdges()
and addVertices()
This will make subdivisions easier