Searched refs:pointCorner (Results 1 – 2 of 2) sorted by relevance
75 int icvGetSymPoint3D( CvPoint3D64d pointCorner, in icvGetSymPoint3D() argument82 icvGetPieceLength3D(pointCorner,point1,&len1); in icvGetSymPoint3D()87 icvGetPieceLength3D(pointCorner,point2,&len2); in icvGetSymPoint3D()90 pointSym2->x = pointCorner.x + alpha*(point1.x - pointCorner.x); in icvGetSymPoint3D()91 pointSym2->y = pointCorner.y + alpha*(point1.y - pointCorner.y); in icvGetSymPoint3D()92 pointSym2->z = pointCorner.z + alpha*(point1.z - pointCorner.z); in icvGetSymPoint3D()
558 CVAPI(int) icvGetSymPoint3D( CvPoint3D64f pointCorner,