Searched refs:invPartAll (Results 1 – 1 of 1) sorted by relevance
108 double invPartAll; in icvCompute3DPoint() local125 invPartAll = 1.0 / partAll; in icvCompute3DPoint()127 point->x = partX * invPartAll; in icvCompute3DPoint()128 point->y = partY * invPartAll; in icvCompute3DPoint()129 point->z = partZ * invPartAll; in icvCompute3DPoint()