Searched refs:testBoxAgainstList (Results 1 – 1 of 1) sorted by relevance
206 boolean hit = testBoxAgainstList(mCollisionTiles[tileIndex].segments, in testBox()221 boolean tempHit = testBoxAgainstList(mTemporarySegments, in testBox()475 protected static boolean testBoxAgainstList(FixedSizeArray<LineSegment> segments, in testBoxAgainstList() method in CollisionSystem