We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd17e8 commit 2eee5c1Copy full SHA for 2eee5c1
content/geometry/HalfPlane.h
@@ -43,4 +43,4 @@ vector<P> halfPlaneIntersection(vector<Line> vs) {
43
if (dt - dh <= 2) return {};
44
ans[at++] = lineInter(sp(deq[dh]), sp(deq[dt - 1])).second;
45
return {ans.begin() + ah, ans.begin() + at};
46
-}
+}
0 commit comments