mirror of https://github.com/CGAL/cgal
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
This commit is contained in:
commit
55c9a175b5
|
|
@ -470,7 +470,7 @@ do_intersect(const typename K::Segment_3 &s1,
|
||||||
const K & k)
|
const K & k)
|
||||||
{
|
{
|
||||||
CGAL_precondition(! s1.is_degenerate () && ! s2.is_degenerate () );
|
CGAL_precondition(! s1.is_degenerate () && ! s2.is_degenerate () );
|
||||||
bool b=do_intersect(s1.supporting_line(),s2.supporting_line(),k);
|
bool b=internal::do_intersect(s1.supporting_line(),s2.supporting_line(),k);
|
||||||
if (b)
|
if (b)
|
||||||
{
|
{
|
||||||
//supporting_line intersects: points are coplanar
|
//supporting_line intersects: points are coplanar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue