randomizing in Delaunay

This commit is contained in:
Joachim Schöberl 2019-09-27 13:03:26 +02:00
parent 05c6a20038
commit 3ec73d69ce

View File

@ -686,7 +686,8 @@ namespace netgen
newel[3] = newpi;
newels.Append (newel);
/*
// only checking ???
Vec<3> v1 = mesh[face[1]] - mesh[face[0]];
Vec<3> v2 = mesh[face[2]] - mesh[face[0]];
Vec<3> n = Cross (v1, v2);
@ -709,6 +710,7 @@ namespace netgen
<< mesh.Point (face[1]) << " "
<< mesh.Point (face[2]) << endl;
}
*/
}
}