CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with one argument)
See also
CGAL::Point_2<Kernel>

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)\). More...
 
Kernel::Point_2 operator() (const Kernel::Weighted_point_2 &wp)
 extracts the bare point from the weighted point. More...
 

Member Function Documentation

◆ operator()() [1/2]

Kernel::Point_2 Kernel::ConstructPoint_2::operator() ( const CGAL::Origin &CGAL::ORIGIN  )

introduces a variable with Cartesian coordinates \( (0,0)\).

◆ operator()() [2/2]

Kernel::Point_2 Kernel::ConstructPoint_2::operator() ( const Kernel::Weighted_point_2 wp)

extracts the bare point from the weighted point.