Open KiyoshiAndres opened 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.
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.