Searched refs:y31 (Results 1 – 1 of 1) sorted by relevance
3534 float x21,x43,y43,y21,x31,y31; in _cvLine_LineIntersection() local3573 y31 = Point3.y - Point1.y; in _cvLine_LineIntersection()3579 k = (x43*y31 - y43*x31)/det; in _cvLine_LineIntersection()3580 m = (x21*y31 - y21*x31)/det; in _cvLine_LineIntersection()