Home | History | Annotate | Download | only in Intersection

Lines Matching refs:lq

174         Intersections lq;
176 treat1AsLine ? line1 : line2, lq);
179 double midQuadT = (lq.fT[0][0] + lq.fT[0][1]) / 2;
185 smallT1 = lq.fT[0][0];
186 largeT1 = lq.fT[1][0];
187 smallT2 = lq.fT[0][1];
188 largeT2 = lq.fT[1][1];
201 smallT1 = lq.fT[0][index];
202 largeT1 = lq.fT[1][index];