Changed type of Mesh.Points from vector<Point*> to vector<Point>
Most methods in Edge and Mesh were altered. Methods in Edge which required access to Mesh.Points were moved into Mesh
This diff is collapsed.
Most methods in Edge and Mesh were altered. Methods in Edge which required access to Mesh.Points were moved into Mesh