From d45a439f6c4873c9340a4a5dc509ed7614396ecd Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 19 Mar 2022 11:36:30 +0100 Subject: [PATCH] todo note --- src/ifcgeom/IfcGeomFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index ce4c94a6dc..88e2bf132a 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -4240,6 +4240,7 @@ bool IfcGeom::Kernel::wire_intersections(const TopoDS_Wire& wire, TopTools_ListO : (std::min)(min_edge_length(wire) / 2., getValue(GV_PRECISION) * 10.); } + // @todo: should this start from 0 in case of n > 64? for (int i = 2; i < n; ++i) { std::vector js;