Home | History | Annotate | Download | only in src

Lines Matching refs:dy2

140     double dy2 = pt1.x - pt2.x;
149 if( icvIntersectLines( x1, dx1, y1, dy1, x2, dx2, y2, dy2, &t ) >= 0 )
152 center->y = (float) (y2 + dy2 * t);