CGAL 6.1 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableUnaryFunction
See also
CGAL::Line_2<Kernel>
CGAL::Ray_2<Kernel>
CGAL::Segment_2<Kernel>

Operations

A model of this concept must provide:

bool operator() (const Kernel::Line_2 &o)
 returns true iff o is horizontal.
 
bool operator() (const Kernel::Ray_2 &o)
 returns true iff o is horizontal.
 
bool operator() (const Kernel::Segment_2 &o)
 returns true iff o is horizontal.
 

Member Function Documentation

◆ operator()() [1/3]

bool Kernel::IsHorizontal_2::operator() ( const Kernel::Line_2 o)

returns true iff o is horizontal.

◆ operator()() [2/3]

bool Kernel::IsHorizontal_2::operator() ( const Kernel::Ray_2 o)

returns true iff o is horizontal.

◆ operator()() [3/3]

bool Kernel::IsHorizontal_2::operator() ( const Kernel::Segment_2 o)

returns true iff o is horizontal.