mirror of https://github.com/CGAL/cgal
Change at two more places
This commit is contained in:
parent
42cff9ee28
commit
bfebf2cd6f
|
|
@ -230,14 +230,14 @@ Point_3 orthogonal_pole() const
|
||||||
{ return CGAL::ORIGIN + sphere_circle().orthogonal_vector(); }
|
{ return CGAL::ORIGIN + sphere_circle().orthogonal_vector(); }
|
||||||
|
|
||||||
CGAL::Orientation source_orientation(const CGAL::Sphere_point<R>& p) const
|
CGAL::Orientation source_orientation(const CGAL::Sphere_point<R>& p) const
|
||||||
{ return orientation(Point_3(CGAL::ORIGIN),
|
{ return orientation(CGAL::ORIGIN,
|
||||||
orthogonal_pole(),
|
orthogonal_pole(),
|
||||||
source(),
|
source(),
|
||||||
p);
|
p);
|
||||||
}
|
}
|
||||||
|
|
||||||
CGAL::Orientation target_orientation(const CGAL::Sphere_point<R>& p) const
|
CGAL::Orientation target_orientation(const CGAL::Sphere_point<R>& p) const
|
||||||
{ return orientation(Point_3(CGAL::ORIGIN),
|
{ return orientation(CGAL::ORIGIN,
|
||||||
target(),
|
target(),
|
||||||
orthogonal_pole(),
|
orthogonal_pole(),
|
||||||
p);
|
p);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue