CGAL 6.0 - 2D and 3D Linear Geometry Kernel
|
AdaptableUnaryFunction
CGAL::Point_3<Kernel>
Operations | |
A model of this concept must provide: | |
Kernel::Point_3 | operator() (const CGAL::Origin &CGAL::ORIGIN) |
introduces a point with Cartesian coordinates \( (0,0,0)\). | |
Kernel::Point_3 | operator() (const Kernel::Point_3 &p) |
returns p . | |
Kernel::Point_3 | operator() (const Kernel::Weighted_point_3 &wp) |
extracts the bare point from the weighted point. | |
Kernel::Point_3 Kernel::ConstructPoint_3::operator() | ( | const Kernel::Point_3 & | p | ) |
returns p
.
p
to avoid useless copies.Point_3
or Weighted_point_3
.