added: ConstructLine/Circle supporting arc

This commit is contained in:
Monique Teillaud 2008-09-16 07:57:13 +00:00
parent c73b8ead50
commit c6597a6402
1 changed files with 8 additions and 0 deletions

View File

@ -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.}