CGAL 5.1 - 2D Circular Geometry Kernel
|
#include <Concepts/CircularKernel--GetEquation.h>
Operations | |
CircularKernel::Polynomial_1_2 | operator() (const CircularKernel::Line_2 &c) |
Returns the equation of the line. More... | |
CircularKernel::Polynomial_for_circles_2_2 | operator() (const CircularKernel::Circle_2 &c) |
Returns the equation of the circle. More... | |
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.