duhaime/lloyd

psudopoints, again

Opened this issue · 0 comments

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!