I tried to find a good description of the algorithm for creating a 2D power diagram , but still turned out to be empty. Can someone tell me either the Java implementation, or the (understandable) version in Scala or Python or the pseudo-code that I could implement the implementation?
My goal is to use this in a Java application, so combining my own libraries would be inappropriate.
AO (n log (n)) the algorithm would be great, but O (n ^ 2) is probably enough for my purposes.
source share