Skip to content

Commit 6ca080d

Browse files
committed
Update IoU
1 parent 3309acd commit 6ca080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iou.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ int interPtsEx(const Vertexes &C, const Line &line, Vertexes &pts)
291291
}
292292
pts.swap(vertTemp);
293293

294-
return InSide;
294+
return pts.size();
295295
}
296296

297297
int findInterPointsEx(const Vertexes &C1, const Vertexes &C2, Vertexes &vert)

0 commit comments

Comments
 (0)