CGAL 5.2.2 - 2D Arrangements
|
Typedefs | |
typedef Box_parameter_space_2 | CGAL::Arr_parameter_space |
Enumerations | |
enum | CGAL::Arr_curve_end { CGAL::ARR_MIN_END, CGAL::ARR_MAX_END } |
The enumeration Arr_curve_end is used to indicate one of the two ends of an \( x\)-monotone curve. More... | |
enum | CGAL::Arr_halfedge_direction { CGAL::ARR_LEFT_TO_RIGHT, CGAL::ARR_RIGHT_TO_LEFT } |
The enumeration Arr_halfedge_direction is defined by CGAL::Arrangement_2::Halfedge to specify the direction of the halfedge. More... | |
enum CGAL::Arr_curve_end |
#include <CGAL/Arr_enums.h>
The enumeration Arr_curve_end
is used to indicate one of the two ends of an \( x\)-monotone curve.
It is used by models of the ArrangementOpenBoundaryTraits_2
concept.
ArrangementOpenBoundaryTraits_2
Enumerator | |
---|---|
ARR_MIN_END | |
ARR_MAX_END |
#include <CGAL/Arr_enums.h>
The enumeration Arr_halfedge_direction
is defined by CGAL::Arrangement_2::Halfedge
to specify the direction of the halfedge.
CGAL::Arrangement_2::Halfedge
Enumerator | |
---|---|
ARR_LEFT_TO_RIGHT | |
ARR_RIGHT_TO_LEFT |