Searched refs:processSegment (Results 1 – 1 of 1) sorted by relevance
171 auto processSegment = [&](const PxVec& a, const PxVec& b) -> bool { in intersect() local216 if (!processSegment(*a, *b)) return kIntersectEmpty; in intersect()219 if (!processSegment(*a, *oBegin)) return kIntersectEmpty; in intersect()