This commit is contained in:
Mael 2022-11-22 18:42:13 +01:00 committed by GitHub
parent 4bb2d13272
commit 386c6a3ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ template<typename K>
typename Intersection_traits<K, typename K::Triangle_2, Bbox_2>::result_type
intersection(const Bbox_2& box,
const Triangle_2<K>& tr)
{
{
typename K::Iso_rectangle_2 rec(box.xmin(), box.ymin(), box.xmax(), box.ymax());
return intersection(rec, tr);
}