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

psudopoints, again #7

Open
sweetbeet opened this issue Jun 3, 2024 · 0 comments
Open

psudopoints, again #7

sweetbeet opened this issue Jun 3, 2024 · 0 comments

Comments

@sweetbeet
Copy link

Hi! One thing I wanted a bit more clarification on is about the bounding points. Let's say I want to have a rectangular box, so I have a width and height, thus my bounding box would look like (0,0), (0,height), (width, 0), (width, height). Currently I'I'm generating let's say 10 random coordinates within the allowable ranges and I want to relax their Voronoi plot a few times. I have hardcoded the values for domain to be 0 for min in x and y, and width and height for x and y max respectively. I'm noticing some of my 10 points (sometimes one of them, sometimes 2 of them) get lost (?) as I'm running relax on them, which leads to believe every time we run relax (and thus Voronoi again) some points are assumed to be psudopoints and get eliminated? But that would mean some data would be lost? I'm really confused about this, I'd appreciate some clarification on the idea of psudopoints here. Thanks!

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

1 participant