CGAL 6.2 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::HasOnBoundedSide_2 Concept Reference

Definition

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 bounded side of c.
 
bool operator() (const Kernel::Circle_2 &c, const Kernel::Segment_2 &s)
 returns true iff s lies on the bounded side of c.
 
bool operator() (const Kernel::IsoRectangle_2 &i, const Kernel::Point_2 &p)
 returns true iff p lies on the bounded side of i.
 
bool operator() (const Kernel::Triangle_2 &t, const Kernel::Point_2 &p)
 returns true iff p lies on the bounded side of t.
 

Member Function Documentation

◆ operator()()

bool Kernel::HasOnBoundedSide_2::operator() ( const Kernel::Circle_2 c,
const Kernel::Segment_2 s 
)

returns true iff s lies on the bounded side of c.

The endpoints of s are allowed to be on the boundary of c.