While calculating the overlapping area between two curves is something that has been addressed many times, I am yet to find a solution for calculating the overlapping areas between multiple curves, i.e. 4 curves.
Anybody out there with an elegant solution?
CodePudding user response:
CodePudding user response:
You can use 'Sweep and Prune' algorithm.