From 788a5f6dfbd1350cf0024f3ccd5d9dc3d7530ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 19 Sep 2025 15:14:29 +0200 Subject: [PATCH] Add missing combinations in 2D linear do_intersections --- Kernel_23/doc/Kernel_23/CGAL/intersections.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/intersections.h b/Kernel_23/doc/Kernel_23/CGAL/intersections.h index 3670052bb6d..58d83298448 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/intersections.h +++ b/Kernel_23/doc/Kernel_23/CGAL/intersections.h @@ -32,25 +32,22 @@ bounded region, this region is part of the object. The types `Type1` and `Type2` can be any of the following: -- `Point_2` +- `Bbox_2` +- `Circle_2` +- `Iso_rectangle_2` - `Line_2` +- `Point_2` - `Ray_2` - `Segment_2` - `Triangle_2` -- `Iso_rectangle_2` - -Also, `Type1` and `Type2` can be both of type - -- `Line_2` -- `Circle_2` In three-dimensional space, the types `Type1` and `Type2` can be any of the following: - `Bbox_3`. +- `Line_3` - `Point_3` - `Plane_3` -- `Line_3` - `Ray_3` - `Segment_3` - `Sphere_3`