Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiggle half edges to identical coordinates when reading input #38

Open
saraedum opened this issue Oct 30, 2021 · 0 comments
Open

Wiggle half edges to identical coordinates when reading input #38

saraedum opened this issue Oct 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@saraedum
Copy link
Member

Often when parsing input coordinates don't line up exactly. E.g., the vectors that underly the triangulation do not add up in double precision.

While we cannot do anything about the underlying numeric instabilities, we could at least try to patch the input data so that faces are closed to high precision. Otherwise, other algorithms will likely get into trouble later.

@saraedum saraedum added the enhancement New feature or request label Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant