#include <predicate_objects_on_points_2.h>
Public Types | |
typedef R::Point_2 | Point |
typedef R::Line_2 | Line |
Public Member Functions | |
r_Left_of_line (const Point &a, const Point &b) | |
bool | operator() (const Point &c) const |
Private Attributes | |
Line | l_ab |
bool | is_deg |
Definition at line 324 of file predicate_objects_on_points_2.h.
typedef R::Line_2 Line |
Definition at line 328 of file predicate_objects_on_points_2.h.
typedef R::Point_2 Point |
Definition at line 327 of file predicate_objects_on_points_2.h.
|
inline |
Definition at line 329 of file predicate_objects_on_points_2.h.
|
inline |
Definition at line 334 of file predicate_objects_on_points_2.h.
References r_Left_of_line< R >::is_deg, r_Left_of_line< R >::l_ab, and ON_POSITIVE_SIDE.
|
private |
Definition at line 339 of file predicate_objects_on_points_2.h.
Referenced by r_Left_of_line< R >::operator()().
|
private |
Definition at line 338 of file predicate_objects_on_points_2.h.
Referenced by r_Left_of_line< R >::operator()().