Remove warning about sqrt in the doc, it is not true anymore.

This commit is contained in:
Maxime Gimeno 2018-10-17 09:18:52 +02:00
parent 33b7172715
commit a6e610c8bc
1 changed files with 0 additions and 3 deletions

View File

@ -130,9 +130,6 @@ const Kernel::RT &hw = RT(1));
/*!
introduces a reflection by a line `l`.
\attention Angles manipulation restrain this operation to FTs for which sqrt is defined.
\todo find a better formulation
*/
Aff_transformation_2(const Reflection,
const Line_2<Kernel>& l);