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

How to get the information of the voronoi vertices and which voronoi cells it is sharing with ? #80

Open
go2souvik opened this issue Mar 9, 2023 · 2 comments

Comments

@go2souvik
Copy link

How to get the information of the voronoi vertices and which voronoi cells it is sharing with ? I want to mean in general a vertex is shared by 3 cells. How to get the information of the 3 cells ?

@JCash
Copy link
Owner

JCash commented Apr 19, 2023

Unfortunately, the library doesn't have those connections.

But, you should be able traverse each site and it's edges and build this table yourself.

I don't think it's something I'll put in the library itself, but it sounds like a candidate for a helper function in a separate file, or at least in the documentation (or the tests)

@go2souvik
Copy link
Author

Thanks for your reply. Yes, having it in the test will be very helpful

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

2 participants