mirror of https://github.com/CGAL/cgal
added: ConstructLine/Circle supporting arc
This commit is contained in:
parent
c73b8ead50
commit
c6597a6402
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMemberFunction{CircularKernel::Line_2 operator()
|
||||
(CircularKernel::LineArc_2);}
|
||||
{Constructs the supporting line of a line segment.}
|
||||
|
||||
\ccMemberFunction{CircularKernel::Line_2 operator()
|
||||
(CircularKernel::Polynomial_1_2);}
|
||||
{Constructs a line from an equation.}
|
||||
|
|
@ -26,6 +30,10 @@ A model \ccVar\ of this type must provide:
|
|||
|
||||
A model \ccVar\ of this type must provide:
|
||||
|
||||
\ccMemberFunction{CircularKernel::Circle_2 operator()
|
||||
(CircularKernel::CircularArc_2);}
|
||||
{Constructs the supporting circle of a circular arc.}
|
||||
|
||||
\ccMemberFunction{CircularKernel::Circle_2 operator()
|
||||
(CircularKernel::Polynomial_for_circles_2_2);}
|
||||
{Constructs a circle from an equation.}
|
||||
|
|
|
|||
Loading…
Reference in New Issue