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

Update geometry triangulation to support concave polygons #589

Open
vhirtham opened this issue Oct 8, 2021 · 2 comments
Open

Update geometry triangulation to support concave polygons #589

vhirtham opened this issue Oct 8, 2021 · 2 comments
Labels

Comments

@vhirtham
Copy link
Collaborator

vhirtham commented Oct 8, 2021

Some algorithms are mentioned here

@CagtayFabry
Copy link
Member

could we also use delauny triangulation (e.g. from scipy or shapely) or does that not fit our problem?

@vhirtham
Copy link
Collaborator Author

could we also use delauny triangulation (e.g. from scipy or shapely) or does that not fit our problem?

To my knowledge, delauny triangulation should suffer from the same problem as our current algorithm. It doesn't know what is the inside and what is the outside of the polygon. So we would get some wrong triangles with concave polygons.

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

2 participants