CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
#include <Concepts/FunctionObjectConcepts.h>
AdaptableFunctor
(with one argument)CGAL::Point_3<Kernel>
Operations | |
Kernel::Point_3 | operator() (const CGAL::Origin &CGAL::ORIGIN) |
introduces a point with Cartesian coordinates \( (0,0,0)\). More... | |
Kernel::Point_3 | operator() (const Kernel::Weighted_point_3 &wp) |
extracts the bare point from the weighted point. More... | |
Kernel::Point_3 Kernel::ConstructPoint_3::operator() | ( | const CGAL::Origin &CGAL::ORIGIN | ) |
introduces a point with Cartesian coordinates \( (0,0,0)\).
Kernel::Point_3 Kernel::ConstructPoint_3::operator() | ( | const Kernel::Weighted_point_3 & | wp | ) |
extracts the bare point from the weighted point.