#include <predicate_objects_on_points_2.h>
Public Types | |
typedef R::Point_2 | Point |
typedef R::Line_2 | Line |
Public Member Functions | |
r_Right_of_line (const Point &a, const Point &b) | |
bool | operator() (const Point &c) const |
Private Attributes | |
Line | l_ab |
Definition at line 303 of file predicate_objects_on_points_2.h.
typedef R::Line_2 Line |
Definition at line 307 of file predicate_objects_on_points_2.h.
typedef R::Point_2 Point |
Definition at line 306 of file predicate_objects_on_points_2.h.
|
inline |
Definition at line 308 of file predicate_objects_on_points_2.h.
|
inline |
Definition at line 313 of file predicate_objects_on_points_2.h.
References r_Right_of_line< R >::l_ab, and ON_NEGATIVE_SIDE.
|
private |
Definition at line 320 of file predicate_objects_on_points_2.h.
Referenced by r_Right_of_line< R >::operator()().