コード例 #1
0
 bool bounds(const iXY& loc) const
 {
     return( bbox.bounds( location, loc ) );
 }
コード例 #2
0
 inline bool isBounded( iXY &test )
 {
     return( capture_area.bounds( location, test ) );
 }