CGAL 5.1 - 2D and 3D Linear Geometry Kernel
Kernel::CompareAngleWithXAxis_2 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with two arguments)

Operations

A model of this concept must provide:

Comparison_result operator() (const Kernel::Direction_2 &d, const Kernel::Direction_2 &e)
 compares the angles between the positive \( x\)-axis and the directions in counterclockwise order. More...
 

Member Function Documentation

◆ operator()()

Comparison_result Kernel::CompareAngleWithXAxis_2::operator() ( const Kernel::Direction_2 d,
const Kernel::Direction_2 e 
)

compares the angles between the positive \( x\)-axis and the directions in counterclockwise order.