-
Notifications
You must be signed in to change notification settings - Fork 137
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
does it need 'boundary edges' ? #57
Comments
I've misunderstood the definition of "Constrained DT". So I close this issue. |
@zinuok Please confirm if this works for you. |
* Edited post above: |
thanks for providing really great library!
I tried several things to figure out how to use it.
However, I found that your library can't generate any triangle if at least one outer boundary edge (surrounding each point) is missing.
For example, in the below example, if I remove one of the edges, there's no triangle anymore..
Then my question is,
Q1. Does your library not support creating a mesh with only points?
Q2. If your library needs all the boundary edges, how do we know in advance?
(refered from #5 (comment))
https://user-images.githubusercontent.com/7488293/79947196-d0f35400-8471-11ea-9c17-0400d289bfbf.png
The text was updated successfully, but these errors were encountered: