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

Plan on adding medial axis for convex polygon? #86

Open
warrenbocphet opened this issue Dec 16, 2019 · 5 comments
Open

Plan on adding medial axis for convex polygon? #86

warrenbocphet opened this issue Dec 16, 2019 · 5 comments

Comments

@warrenbocphet
Copy link

Hi,
I was wondering if this is already on the to-do list? The library is extensive and beautifully done by the way.

@dlegland
Copy link
Member

Hi vitsensei,

in fact there is already a function "medialAxisConvex" within the polygons2d package!

Syntax is:
"[N, E] = medialAxisConvex(POLYGON);"

However, it seems to work only for rather simple polygons, so I would advise to use with care.

@warrenbocphet
Copy link
Author

Hi @dlegland,
I am aware of that function. However, unfortunately, the application I'm thinking about requires the polygon to be concave!

@dlegland
Copy link
Member

well,
extension to concave polygons is expected, but I had no occasion to work on this recently. I suggest to keep the issue open until I can work on it. Is it fine?

@warrenbocphet
Copy link
Author

Of course it is fine. You have no idea how much I utilise your library.
Thanks for being great!

@oqilipo
Copy link
Contributor

oqilipo commented Oct 17, 2023

Sorry, I've linked this incorrectly to the last pull request. This should be opened again.

@dlegland dlegland reopened this Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants