if( (myLeft <= enRight) && (myRight >= enLeft) && (myTop <= enBottom) && (myBottom >= enTop) ){
  // 当たり;
}