问题
Is there any existing Bentley-Ottmann Algorithm Implementation/library in C# or Java?
回答1:
Here is a Java implementation of the Bentley-Ottman algorithm
回答2:
Here is at least a C++ implementation (including description): http://softsurfer.com/Archive/algorithm_0108/algorithm_0108.htm
来源:https://stackoverflow.com/questions/8113263/bentley-ottmann-algorithm-implementation