grep6 Posted August 20, 2013 Posted August 20, 2013 I am not a computer science student, but I am attempting to write some code to carry out the voronoi construction for my research. The one thing I don't understand involves creating the binary tree to store the arcs along the beach front. The problem is that each internal node can be used to represent the breakpoint between two parabolas, BUT parabolas generally intersect at TWO points, not one! I don't know which point to use for the breakpoint. So I am having a difficulty resolving this situation, perhaps I am overlooking something simple. If anyone can offer some clarification on this point, I would appreciate it, thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now