mirror of https://github.com/CGAL/cgal
Add Line_2 to the CirularKernel concept
This commit is contained in:
parent
bc7dad48f5
commit
151d636fa4
|
|
@ -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`.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue