Home | History | Annotate | Download | only in broadphase

Lines Matching refs:tempx

213     float tempx, tempy;
239 tempx = (p2x - p1x) * maxFraction + p1x;
241 segAABB.lowerBound.x = p1x < tempx ? p1x : tempx;
243 segAABB.upperBound.x = p1x > tempx ? p1x : tempx;
268 tempx = p1x - cx;
270 float separation = MathUtils.abs(vx * tempx + vy * tempy) - (absVx * hx + absVy * hy);
296 tempx = (p2x - p1x) * maxFraction + p1x;
298 segAABB.lowerBound.x = p1x < tempx ? p1x : tempx;
300 segAABB.upperBound.x = p1x > tempx ? p1x : tempx;