From bfebf2cd6fb4a0cdbce12aa8e8bc5c34114fb2e2 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 17 Mar 2022 13:48:26 +0100 Subject: [PATCH] Change at two more places --- Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h b/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h index 1b352428503..fb0fa92f2a9 100644 --- a/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h +++ b/Nef_S2/include/CGAL/Nef_S2/Sphere_segment.h @@ -230,14 +230,14 @@ Point_3 orthogonal_pole() const { return CGAL::ORIGIN + sphere_circle().orthogonal_vector(); } CGAL::Orientation source_orientation(const CGAL::Sphere_point& p) const -{ return orientation(Point_3(CGAL::ORIGIN), +{ return orientation(CGAL::ORIGIN, orthogonal_pole(), source(), p); } CGAL::Orientation target_orientation(const CGAL::Sphere_point& p) const -{ return orientation(Point_3(CGAL::ORIGIN), +{ return orientation(CGAL::ORIGIN, target(), orthogonal_pole(), p);