This commit is contained in:
Sébastien Loriot 2023-05-30 15:07:13 +02:00
parent 3d6d9b3edc
commit a1fbd105da
1 changed files with 2 additions and 0 deletions

View File

@ -164,7 +164,9 @@ do_coplanar_segments_intersect(std::size_t pi, std::size_t qi,
}
}
// supporting_line intersects: points are coplanar
// TODO: check if we can write a dedicated predicate taking advantage of p,q being shared
::CGAL::Orientation pqr = cpl_orient(p, q, r);
::CGAL::Orientation pqs = cpl_orient(p, q, s);