From c2d0689a04190127e6e875038696fb241e913dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 23 Oct 2018 08:48:36 +0200 Subject: [PATCH 1/2] Fixed typo --- Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h index e3fa53cb1d8..15a963a764e 100644 --- a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h +++ b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h @@ -3846,7 +3846,7 @@ public: direction as the sum of the normalized normal vectors of the two planes, and passes through the intersection of `h1` and `h2`. If `h1` and `h2` are parallel, then the bisector is defined as the - plane which has the same oriented normal vector as `l1`, and which is at + plane which has the same oriented normal vector as `h1`, and which is at the same distance from `h1` and `h2`. This function requires that `Kernel::RT` supports the `sqrt()` operation. From 136a077e930bbc52f2b469e63b4153fd1db061af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 23 Oct 2018 12:03:09 +0200 Subject: [PATCH 2/2] fix copy/paste error --- Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h b/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h index 10199d96314..415a64af5fd 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h @@ -115,7 +115,7 @@ const Kernel::RT &hw = RT(1)); \name Operations The main thing to do with transformations is to apply them on -geometric objects. Each class `Class_2` representing a +geometric objects. Each class `Class_3` representing a geometric object has a member function: \code