You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the rounding errors when calculating super-triangle vertex positions the resulting super-triangle does not contain all the vertices. As the result triangulation fails at inserting vertices with the exception:
terminate called after throwing an instance of 'std::runtime_error'
what(): No triangle was found at position
The text was updated successfully, but these errors were encountered:
Input to reproduce the issue (txt-file):
Because of the rounding errors when calculating super-triangle vertex positions the resulting super-triangle does not contain all the vertices. As the result triangulation fails at inserting vertices with the exception:
The text was updated successfully, but these errors were encountered: