Changed Edge members from type Edge* to type size_t
This is initial work on changing Mesh::Edges from type std::vector<Edge*> to std::vector<Edge>
This diff is collapsed.
Please register or sign in to comment
This is initial work on changing Mesh::Edges from type std::vector<Edge*> to std::vector<Edge>