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