From 9cdf8ba4697e23f4bdad66dc48164118465f7473 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Sat, 2 Apr 2022 18:10:06 +0100 Subject: [PATCH] Use cross product instead of Plane_Plane intersection line --- Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h index c146b3b6e73..664adc4ab13 100644 --- a/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h +++ b/Nef_S2/include/CGAL/Nef_S2/Sphere_circle.h @@ -173,11 +173,9 @@ Sphere_point intersection(const Sphere_circle& c1, |c1| and |c2|. \precond |c1 != c2| as sets.}*/ { CGAL_assertion(!equal_as_sets(c1,c2)); - typename R::Line_3 lres; CGAL_NEF_TRACEN("circle_intersection "<