mirror of https://github.com/CGAL/cgal
missing refinements fixed
This commit is contained in:
parent
f05679562b
commit
d826da2cbc
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
To test whether a point lies on a curve.
|
||||
|
||||
\ccRefines
|
||||
|
||||
\ccc{Kernel::HasOn_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
An object \ccVar\ of this type must provide:
|
||||
|
|
@ -33,8 +37,11 @@ An object \ccVar\ of this type must provide:
|
|||
|
||||
\ccDefinition
|
||||
|
||||
Testing whether the interiors of two curves overlap. Two circular arcs
|
||||
can overlap on one point if they have the same supporting circle.
|
||||
Testing whether the interiors of two curves overlap.
|
||||
|
||||
\ccRefines
|
||||
|
||||
\ccc{Kernel::DoOverlap_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue