예제 #1
0
 bool contains(const Point3d& p) const
 {
   return _o1->contains(p) && !_o2->contains(p);
 }