missing refinements fixed

This commit is contained in:
Monique Teillaud 2007-08-23 09:28:56 +00:00
parent f05679562b
commit d826da2cbc
1 changed files with 9 additions and 2 deletions

View File

@ -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}