简体   繁体   中英

Voronoi Diagram: How to implement parabloas?

I've been trying to implement a Voronoi Diagram using Fortunes Algorithm. I understand how it works but I'm stuck at how to store the parabolic arcs.

I understand all this is needed for the parabola is the sweeplines' Y position and the sites position but I'm I don't understand what to do with it.

I found this equation online (via this site ):

方程

What is X in this equation?

I'd say that y = ax 2 + bx + c is the equation of a parabola with vertical axis. In this case, a,b,c are given in more detail. l y is a parameter which describes the current position of the sweep line and therefore influences the shape of the parabola. So your equation describes a whole family of parabolas, with p j,x and p j,y being the coordinates of the point you actually store in your data structure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM