Searched refs:oBegin (Results 1 – 2 of 2) sorted by relevance
155 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA, in intersect() argument159 if (oBegin == oEnd) return kIntersectEmpty; in intersect()160 auto b = oBegin; in intersect()219 if (!processSegment(*a, *oBegin)) return kIntersectEmpty; in intersect()227 a = oBegin; in intersect()
634 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA,