CGAL 6.1 - 2D Circular Geometry Kernel
|
#include <Concepts/CircularKernel--ConstructLine_2.h>
Kernel::ConstructLine_2
CircularKernel::GetEquation
Operations | |
A model of this concept must provide: | |
CircularKernel::Line_2 | operator() (CircularKernel::LineArc_2) |
Constructs the supporting line of a line segment. | |
CircularKernel::Line_2 | operator() (CircularKernel::Polynomial_1_2) |
Constructs a line from an equation. | |
CircularKernel::Line_2 CircularKernel::ConstructLine_2::operator() | ( | CircularKernel::LineArc_2 | ) |
Constructs the supporting line of a line segment.
CircularKernel::Line_2 CircularKernel::ConstructLine_2::operator() | ( | CircularKernel::Polynomial_1_2 | ) |
Constructs a line from an equation.