Change at two more places

This commit is contained in:
Andreas Fabri 2022-03-17 13:48:26 +01:00
parent 42cff9ee28
commit bfebf2cd6f
1 changed files with 2 additions and 2 deletions

View File

@ -230,14 +230,14 @@ Point_3 orthogonal_pole() const
{ return CGAL::ORIGIN + sphere_circle().orthogonal_vector(); }
CGAL::Orientation source_orientation(const CGAL::Sphere_point<R>& p) const
{ return orientation(Point_3(CGAL::ORIGIN),
{ return orientation(CGAL::ORIGIN,
orthogonal_pole(),
source(),
p);
}
CGAL::Orientation target_orientation(const CGAL::Sphere_point<R>& p) const
{ return orientation(Point_3(CGAL::ORIGIN),
{ return orientation(CGAL::ORIGIN,
target(),
orthogonal_pole(),
p);