Add Line_2 to the CirularKernel concept

This commit is contained in:
Andreas Fabri 2012-11-20 12:30:07 +01:00
parent bc7dad48f5
commit 151d636fa4
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ Model of `Kernel::Point_2`.
*/
typedef Hidden_type Point_2;
/*!
Model of `Kernel::Line_2`.
*/
typedef Hidden_type Line_2;
/*!
Model of `Kernel::Circle_2`.
*/