Exemplo n.º 1
0
 bool bounds(const iXY& loc) const
 {
     return( bbox.bounds( location, loc ) );
 }
Exemplo n.º 2
0
 inline bool isBounded( iXY &test )
 {
     return( capture_area.bounds( location, test ) );
 }