cgal.org
Top
Getting Started
Tutorials
Package Overview
Acknowledging CGAL
CGAL 6.3 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::Circle_2 Concept Reference
Reference Manual
»
Concepts
»
Kernel Geometric Object Concepts
Definition
A type representing circles in two dimensions.
Refines
CopyConstructible
Assignable
DefaultConstructible
Has models
CGAL::Circle_2
<
Kernel
>
See also
Kernel::BoundedSide_2
Kernel::ComputeSquaredRadius_2
Kernel::ConstructCenter_2
Kernel::ConstructCircle_2
Kernel::ConstructOppositeCircle_2
Kernel::Equal_2
Kernel::HasOnBoundary_2
Kernel::HasOnBoundedSide_2
Kernel::HasOnNegativeSide_2
Kernel::HasOnPositiveSide_2
Kernel::HasOnUnboundedSide_2
Kernel::IsDegenerate_2
Kernel::OrientedSide_2
Warning
Circle_2
is the bordless 1-manifold embedded in 2D. It is not a disk. Be careful when implementing functors.