CGAL Version:
master
6.0.1
latest
5.6.2
5.5.5
5.4.5
5.3.2
5.2.4
5.1.5
5.0.4
4.14.3
4.13.2
4.12.2
4.11.3
4.10.2
4.9.1
4.8.2
4.7
4.6.3
4.5.2
4.4
4.3
cgal.org
Top
Getting Started
Organization of the Manual
Package Overview
Acknowledging CGAL
CGAL 4.8.2 - 2D Circular Geometry Kernel
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
CGAL 4.8.2 - 2D Circular Geometry Kernel
User Manual
Reference Manual
Algebraic Concepts
Algebraic Kernel and Classes
Geometric Concepts
BoundedSide_2
CircularArc_2
CircularArcPoint_2
CompareX_2
CompareXY_2
CompareY_2
CompareYatX_2
CompareYtoRight_2
ComputeCircularX_2
ComputeCircularY_2
ConstructBbox_2
ConstructCircle_2
ConstructCircularArc_2
ConstructCircularArcPoint_2
ConstructCircularMaxVertex_2
ConstructCircularMinVertex_2
ConstructCircularSourceVertex_2
ConstructCircularTargetVertex_2
ConstructLine_2
ConstructLineArc_2
DoIntersect_2
DoOverlap_2
Equal_2
GetEquation
HasOn_2
HasOnBoundedSide_2
HasOnUnboundedSide_2
Intersect_2
InXRange_2
IsVertical_2
IsXMonotone_2
IsYMonotone_2
LineArc_2
MakeXMonotone_2
MakeXYMonotone_2
Split_2
CircularKernel
Geometric Global Functions
Geometric Kernel and Classes
Refinement Relationships
Is Model Relationships
Has Model Relationships
Bibliographic References
Class and Concept List
Examples
List of all members
CircularKernel::IsYMonotone_2 Concept Reference
Geometric Concepts
Definition
Operations
A model of this concept must provide:
bool
operator()
(const
CircularKernel::Circular_arc_2
&c)
Tests whether the arc is
y
-monotone.
bool
operator()
(const
CircularKernel::Line_arc_2
&l)
For a line arc, always returns
true
.