Searched refs:coinInside (Results 1 – 1 of 1) sorted by relevance
607 bool coinInside = coinTe <= checkTe && coinTs >= checkTs; in checkOverlap() local609 if (coinInside && oppInside) { // already included, do nothing in checkOverlap()