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_3 Concept Reference
Reference Manual
»
Concepts
»
Kernel Geometric Object Concepts
Definition
A type representing circles in three dimensions.
Refines
CopyConstructible
Assignable
DefaultConstructible
Has models
CGAL::Circle_3
<
Kernel
>
See also
Kernel::ComputeApproximateArea_3
Kernel::ComputeApproximateSquaredLength_3
Kernel::ComputeAreaDividedByPi_3
Kernel::ComputeSquaredLengthDividedByPiSquare_3
Kernel::ComputeSquaredRadius_3
Kernel::ConstructBbox_3
Kernel::ConstructCenter_3
Kernel::ConstructCircle_3
Kernel::ConstructSphere_3
Kernel::ConstructPlane_3
Kernel::Equal_3
Kernel::HasOn_3
Kernel::HasOnBoundedSide_3
Kernel::HasOnUnboundedSide_3
Kernel::IsDegenerate_3
Warning
Circle_3
is the bordless 1-manifold embedded in 3D. It is not a disk. Be careful when implementing functors.