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

triangulate bug creates degenerate (zero volume) triangle #239

Open
millerta opened this issue Mar 11, 2022 · 1 comment
Open

triangulate bug creates degenerate (zero volume) triangle #239

millerta opened this issue Mar 11, 2022 · 1 comment
Labels

Comments

@millerta
Copy link
Collaborator

From Carl
This example illustrates a bug in triangulate.
For the given input triangulate creates 3 triangles however in the case where there is a bug, one triangle is degenerate (zero volume).

==> perimeter_bug.inp <==
5 0 0 0 0 0
1 0 0 0
2 0 2 0
3 2 2 0
4 2 0 0
5 1 1 0
 
==> perimeter_works.inp <==
5 0 0 0 0 0
1 0 0 0
2 0 2 0
3 2 2 0
4 2 0 0
5 1 1.000001 0

lagrit_triangulate_bug.zip

@millerta millerta added the bug label Mar 11, 2022
@millerta
Copy link
Collaborator Author

image003

image002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant