Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
Kernel::ConstructOppositeCircle_2 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableUnaryFunction
See also
CGAL::Circle_2<Kernel>

Operations

A model of this concept must provide:

Kernel::Circle_2 operator() (const Kernel::Circle_2 &c)
 returns the circle with the same center and squared radius as c, but with opposite orientation.
 

Member Function Documentation

◆ operator()()

Kernel::Circle_2 Kernel::ConstructOppositeCircle_2::operator() ( const Kernel::Circle_2 c)

returns the circle with the same center and squared radius as c, but with opposite orientation.