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.
|
To test whether a point lies on a curve.
|
||||||
|
|
||||||
|
\ccRefines
|
||||||
|
|
||||||
|
\ccc{Kernel::HasOn_2}
|
||||||
|
|
||||||
\ccCreationVariable{fo}
|
\ccCreationVariable{fo}
|
||||||
|
|
||||||
An object \ccVar\ of this type must provide:
|
An object \ccVar\ of this type must provide:
|
||||||
|
|
@ -33,8 +37,11 @@ An object \ccVar\ of this type must provide:
|
||||||
|
|
||||||
\ccDefinition
|
\ccDefinition
|
||||||
|
|
||||||
Testing whether the interiors of two curves overlap. Two circular arcs
|
Testing whether the interiors of two curves overlap.
|
||||||
can overlap on one point if they have the same supporting circle.
|
|
||||||
|
\ccRefines
|
||||||
|
|
||||||
|
\ccc{Kernel::DoOverlap_2}
|
||||||
|
|
||||||
\ccCreationVariable{fo}
|
\ccCreationVariable{fo}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue