CGAL 4.4 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kernel::ConstructLiftedPoint_3 Concept Reference

Definition

Refines:
AdaptableFunctor (with two arguments)
See Also
CGAL::Plane_3<Kernel>

Operations

A model of this concept must provide:

Kernel::Point_3 operator() (const Kernel::Plane_3 &h, const Kernel::Point_2 &p)
 returns a point q on plane h, such that the projection of this point onto the xy-plane is p.