This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Benchmark for FreeCAD PR: analytic line/line intersection in WireJoiner. | |
| It builds a sketch of crossing straight lines (N horizontal + N vertical, so | |
| N*N interior crossings) and times a recompute. That recompute runs the shape | |
| build, which is where WireJoiner::splitEdges() does its work, and a grid of | |
| crossing lines is the case that path is most expensive for. | |
| How to run | |
| ---------- |