Searched refs:pointNew1 (Results 1 – 1 of 1) sorted by relevance
2010 CvPoint2D64d pointNew1; in icvGetMiddleAnglePoint() local2014 pointNew1.x = basePoint.x + (1.0/alpha) * ( point2.x - basePoint.x ); in icvGetMiddleAnglePoint()2015 pointNew1.y = basePoint.y + (1.0/alpha) * ( point2.y - basePoint.y ); in icvGetMiddleAnglePoint()2021 icvGetCrossPiecePiece(point1,point2,pointNew1,pointNew2,midPoint,&res); in icvGetMiddleAnglePoint()