CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Operations

A model of this concept must provide:

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

Member Function Documentation

◆ operator()() [1/3]

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

returns true iff o is vertical.

◆ operator()() [2/3]

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

returns true iff o is vertical.

◆ operator()() [3/3]

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

returns true iff o is vertical.