We should differ between isOnComponentAt and sameComponentAt:
isOnComponentAt should do the precision0 test and also give an answer for singular points.
sameComponentAndSmoothAt should do the higher precision test. The latter one we will use for interpolation.
We should differ between
isOnComponentAt
andsameComponentAt
:isOnComponentAt
should do the precision0 test and also give an answer for singular points.sameComponentAndSmoothAt
should do the higher precision test. The latter one we will use for interpolation.