KiyoshiAndres / anu_rsop

Repository for projects while at ANU
0 stars 0 forks source link

Need to add edges #11

Open KiyoshiAndres opened 3 weeks ago

KiyoshiAndres commented 3 weeks ago

Given a set of faces and vertices, we need to compute the edges. It's a surface, so we are guaranteed to have all edges come from faces. For each face, there's three edges. Add them to a set, and then to a an array to only have a unique edge.