|
CGAL 6.1.3 - 2D and 3D Linear Geometry Kernel
|
AdaptableBinaryFunction Operations | |
A model of this concept must provide: | |
| bool | operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p) |
| checks if point p is on r. | |
| bool | operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p) |
| checks if point p is on s. | |
| bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Ray_2 & | r, |
| const Kernel::Point_2 & | p ) |
checks if point p is on r.
| bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Segment_2 & | s, |
| const Kernel::Point_2 & | p ) |
checks if point p is on s.
#include <Concepts/FunctionObjectConcepts.h>
AdaptableBinaryFunction Operations | |
A model of this concept must provide: | |
| bool | operator() (const Kernel::Ray_2 &r, const Kernel::Point_2 &p) |
| checks if point p is on r. | |
| bool | operator() (const Kernel::Segment_2 &s, const Kernel::Point_2 &p) |
| checks if point p is on s. | |
| bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Ray_2 & | r, |
| const Kernel::Point_2 & | p ) |
checks if point p is on r.
| bool Kernel::CollinearHasOn_2::operator() | ( | const Kernel::Segment_2 & | s, |
| const Kernel::Point_2 & | p ) |
checks if point p is on s.