Bentley-Ottmann Algorithm Implementation

2019-04-28 14:23发布

问题:

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