C++ implementation of Fortune's algorithm as described in Computational Geometry (Berg, Cheong, Kreveld, Overmars). Intended for learning. Relevant function defined in Fortunes.cpp and called by giving it a set of points in 2D plane and return a double connected edge list.