In my Python code I use scipy.spatial.Delaunay to obtain a Delaunay triangulation. I can't figure out, but I'm really curious, which algorithm is used in this function in order to create the Delaunay triangulation. Does anyone know?
Thank you in advance!