Home | History | Annotate | Download | only in src

Lines Matching refs:prevt

508             float prevt = 0, dx0 = b.x - a.x, dy0 = b.y - a.y;
516 if( t < prevt || t > 1 )
518 prevt = t;