Home
last modified time | relevance | path

Searched refs:IS_VERTICAL_SEGMENT (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DConic_x_monotone_arc_2.h86 IS_VERTICAL_SEGMENT = 4, enumerator
226 this->_info = (this->_info | IS_VERTICAL_SEGMENT); in _Conic_x_monotone_arc_2()
269 this->_info = (this->_info | IS_VERTICAL_SEGMENT); in _Conic_x_monotone_arc_2()
392 return ((this->_info & IS_VERTICAL_SEGMENT) != 0); in is_vertical()
441 CGAL_precondition ((this->_info & IS_VERTICAL_SEGMENT) == 0); in point_at_x()
603 CGAL_precondition((this->_info & IS_VERTICAL_SEGMENT) == 0 && in compare_to_right()
604 (arc._info & IS_VERTICAL_SEGMENT) == 0); in compare_to_right()
724 CGAL_precondition((this->_info & IS_VERTICAL_SEGMENT) == 0 && in compare_to_left()
725 (arc._info & IS_VERTICAL_SEGMENT) == 0); in compare_to_left()
1193 this->_info = (this->_info | IS_VERTICAL_SEGMENT); in _set()
[all …]