CGAL 6.1 - 2D and 3D Linear Geometry Kernel
|
#include <Concepts/FunctionObjectConcepts.h>
AdaptableUnaryFunction
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. | |
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.