CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with two arguments)
See also
CGAL::Plane_3<Kernel>
CGAL::Sphere_3<Kernel>
CGAL::Tetrahedron_3<Kernel>

Operations

A model of this concept must provide:

Oriented_side operator() (const Kernel::Plane_3 &h, const Kernel::Point_3 &p)
 returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the constant CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented plane h. More...
 
Oriented_side operator() (const Kernel::Tetrahedron_3 &t, const Kernel::Point_3 &p)
 returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the constant CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented tetrahedron t. More...
 
Oriented_side operator() (const Kernel::Sphere_3 &s, const Kernel::Point_3 &p)
 returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented sphere s. More...
 

Member Function Documentation

◆ operator()() [1/3]

Oriented_side Kernel::OrientedSide_3::operator() ( const Kernel::Plane_3 h,
const Kernel::Point_3 p 
)

returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the constant CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented plane h.

◆ operator()() [2/3]

Oriented_side Kernel::OrientedSide_3::operator() ( const Kernel::Sphere_3 s,
const Kernel::Point_3 p 
)

returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented sphere s.

◆ operator()() [3/3]

Oriented_side Kernel::OrientedSide_3::operator() ( const Kernel::Tetrahedron_3 t,
const Kernel::Point_3 p 
)

returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or the constant CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented tetrahedron t.