Searched refs:pointSym2 (Results 1 – 2 of 2) sorted by relevance
78 CvPoint3D64d *pointSym2) in icvGetSymPoint3D() argument90 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()
561 CvPoint3D64f *pointSym2);