FunctionObjectConcept

Kernel::ConstructProjectedPoint_3

A model for this must provide:

Kernel::Point_3 fo.operator() ( Kernel::Line_3 l, Kernel::Point_3 p)
returns the orthogonal projection of p onto l.

Kernel::Point_3 fo.operator() ( Kernel::Plane_3 h, Kernel::Point_3 p)
returns the orthogonal projection of p onto h.

Refines

AdaptableFunctor (with two arguments)

See Also

CGAL::Line_3<Kernel>
CGAL::Plane_3<Kernel>