//Eliminates triangles which have at least one inner angle below the specified 'angle_threshold' by //swapping edges. If element-vectors are specified they are updated according to the mesh-changes
//Eliminates triangles which have at least one inner angle below the specified 'angle_threshold' by
//swapping edges. If element-vectors are specified they are updated according to the mesh-changes
//(i.e. the element-values of the triangles to be eliminated are dropped in favor of the element-
//values of the neighbour which is involved in the edge-swap).