CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with two arguments)
See also
CGAL::Circle_2<Kernel>
CGAL::Line_2<Kernel>
CGAL::Triangle_2<Kernel>

Operations

A model of this concept must provide:

bool operator() (const Kernel::Circle_2 &c, const Kernel::Point_2 &p)
 returns true iff p lies on the negative side of c. More...
 
bool operator() (const Kernel::Line_2 &l, const Kernel::Point_2 &p)
 returns true iff p lies on the negative side of l (l is considered a half-space). More...
 
bool operator() (const Kernel::Triangle_2 &t, const Kernel::Point_2 &p)
 returns true iff p lies on the negative side of t. More...
 

Member Function Documentation

◆ operator()() [1/3]

bool Kernel::HasOnNegativeSide_2::operator() ( const Kernel::Circle_2 c,
const Kernel::Point_2 p 
)

returns true iff p lies on the negative side of c.

◆ operator()() [2/3]

bool Kernel::HasOnNegativeSide_2::operator() ( const Kernel::Line_2 l,
const Kernel::Point_2 p 
)

returns true iff p lies on the negative side of l (l is considered a half-space).

◆ operator()() [3/3]

bool Kernel::HasOnNegativeSide_2::operator() ( const Kernel::Triangle_2 t,
const Kernel::Point_2 p 
)

returns true iff p lies on the negative side of t.