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?