mirror of https://github.com/CGAL/cgal
cganged RIGHTTURN to RIGHT_TURN, etc
This commit is contained in:
parent
0da84084aa
commit
4611cf4d03
|
|
@ -1866,9 +1866,9 @@ public:
|
|||
typename Kernel::Orientation_2 orient_f = ker.orientation_2_object();
|
||||
|
||||
if (_conic.orientation() == 1)
|
||||
return (orient_f(_source, p, _target) == LEFTTURN);
|
||||
return (orient_f(_source, p, _target) == LEFT_TURN);
|
||||
else
|
||||
return (orient_f(_source, p, _target) == RIGHTTURN);
|
||||
return (orient_f(_source, p, _target) == RIGHT_TURN);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue