CGAL 6.1 - 2D Circular Geometry Kernel
|
#include <Concepts/CircularKernel--GetEquation.h>
Operations | |
A model of this concept must provide: | |
CircularKernel::Polynomial_1_2 | operator() (const CircularKernel::Line_2 &c) |
Returns the equation of the line. | |
CircularKernel::Polynomial_for_circles_2_2 | operator() (const CircularKernel::Circle_2 &c) |
Returns the equation of the circle. | |
CircularKernel::Polynomial_for_circles_2_2 CircularKernel::GetEquation::operator() | ( | const CircularKernel::Circle_2 & | c | ) |
Returns the equation of the circle.
CircularKernel::Polynomial_1_2 CircularKernel::GetEquation::operator() | ( | const CircularKernel::Line_2 & | c | ) |
Returns the equation of the line.