#include <CGAL/functions_on_enums.h>
Go to the source code of this file.
Typedefs | |
typedef Sign | Orientation |
Enumerations | |
enum | Sign { NEGATIVE = -1, ZERO, POSITIVE } |
enum | Oriented_side { ON_NEGATIVE_SIDE = -1, ON_ORIENTED_BOUNDARY, ON_POSITIVE_SIDE } |
enum | Bounded_side { ON_UNBOUNDED_SIDE = -1, ON_BOUNDARY, ON_BOUNDED_SIDE } |
enum | Comparison_result { SMALLER = -1, EQUAL, LARGER } |
Variables | |
const Orientation | LEFTTURN = POSITIVE |
const Orientation | RIGHTTURN = NEGATIVE |
const Orientation | CLOCKWISE = NEGATIVE |
const Orientation | COUNTERCLOCKWISE = POSITIVE |
const Orientation | COLLINEAR = ZERO |
const Orientation | COPLANAR = ZERO |
const Orientation | DEGENERATE = ZERO |
typedef Sign Orientation |
enum Bounded_side |
enum Comparison_result |
enum Oriented_side |
enum Sign |
const Orientation CLOCKWISE = NEGATIVE |
const Orientation COLLINEAR = ZERO |
Definition at line 72 of file enum.h.
Referenced by collinear(), coplanar(), coplanar_orientationC3(), DirectionS2< FT >::perpendicular(), VectorS2< FT >::perpendicular(), CGAL::seg_seg_do_intersect_contained(), and CGAL::seg_seg_do_intersect_crossing().
const Orientation COPLANAR = ZERO |
const Orientation COUNTERCLOCKWISE = POSITIVE |
Definition at line 70 of file enum.h.
Referenced by DirectionS2< FT >::perpendicular(), and VectorS2< FT >::perpendicular().
const Orientation DEGENERATE = ZERO |
const Orientation LEFTTURN = POSITIVE |
Definition at line 66 of file enum.h.
Referenced by leftturn(), p_Less_rotate_ccw< Point >::operator()(), p_Less_rotate_ccw_safer< Point >::operator()(), p_Less_rotate_ccw_E< Point >::operator()(), CGAL::seg_seg_do_intersect_contained(), and CGAL::seg_seg_do_intersect_crossing().
const Orientation RIGHTTURN = NEGATIVE |
Definition at line 67 of file enum.h.
Referenced by p_Less_rotate_ccw< Point >::operator()(), p_Less_rotate_ccw_safer< Point >::operator()(), p_Less_rotate_ccw_E< Point >::operator()(), rightturn(), CGAL::seg_seg_do_intersect_contained(), and CGAL::seg_seg_do_intersect_crossing().