|
CGAL 6.1.3 - 2D and 3D Linear Geometry Kernel
|
AdaptableUnaryFunction Operations | |
A model of this concept must provide: | |
| Kernel::Point_2 | operator() (const CGAL::Origin &CGAL::ORIGIN) |
| introduces a variable with Cartesian coordinates \( (0,0)\). | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p) |
| returns p. | |
| Kernel::Point_2 | operator() (const Kernel::Weighted_point_2 &wp) |
| extracts the bare point from the weighted point. | |
| Kernel::Point_2 Kernel::ConstructPoint_2::operator() | ( | const Kernel::Point_2 & | p | ) |
returns p.
#include <Concepts/FunctionObjectConcepts.h>
AdaptableUnaryFunction Operations | |
A model of this concept must provide: | |
| Kernel::Point_2 | operator() (const CGAL::Origin &CGAL::ORIGIN) |
| introduces a variable with Cartesian coordinates \( (0,0)\). | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p) |
| returns p. | |
| Kernel::Point_2 | operator() (const Kernel::Weighted_point_2 &wp) |
| extracts the bare point from the weighted point. | |
| Kernel::Point_2 Kernel::ConstructPoint_2::operator() | ( | const Kernel::Point_2 & | p | ) |
returns p.