|
CGAL 6.1.3 - 2D and 3D Linear Geometry Kernel
|
AdaptableUnaryFunction Operations | |
A model of this concept must provide: | |
| bool | operator() (const Kernel::Line_2 &o) |
| returns true iff o is vertical. | |
| bool | operator() (const Kernel::Ray_2 &o) |
| returns true iff o is vertical. | |
| bool | operator() (const Kernel::Segment_2 &o) |
| returns true iff o is vertical. | |
#include <Concepts/FunctionObjectConcepts.h>
AdaptableUnaryFunction Operations | |
A model of this concept must provide: | |
| bool | operator() (const Kernel::Line_2 &o) |
| returns true iff o is vertical. | |
| bool | operator() (const Kernel::Ray_2 &o) |
| returns true iff o is vertical. | |
| bool | operator() (const Kernel::Segment_2 &o) |
| returns true iff o is vertical. | |