geodesicraft / geodesicraft.github.io

Visualizer for geodesic domes
https://geodesicraft.github.io
MIT License
1 stars 0 forks source link

Connect edges to faces #96

Open jonthesquirrel opened 1 year ago

jonthesquirrel commented 1 year ago

This will make subdivisions easier

jonthesquirrel commented 1 year ago

This is sort of like a linked list

jonthesquirrel commented 1 year ago

Make the vertices and connectedEdges properties consistent, for example vertices and edges

jonthesquirrel commented 1 year ago

Make the methods also consistent, for example addConnectedEdges() and setVertices() could be addEdges() and addVertices()