Searched refs:invInorm (Results 1 – 1 of 1) sorted by relevance
118 float inorm, jnorm, invInorm, invJnorm, invScale, scale = 0, inv_Z = 0; in icvPOSIT() local205 invInorm = cvInvSqrt( inorm ); in icvPOSIT()208 inorm *= invInorm; in icvPOSIT()211 rotation[0] /*[0][0]*/ *= invInorm; in icvPOSIT()212 rotation[1] /*[0][1]*/ *= invInorm; in icvPOSIT()213 rotation[2] /*[0][2]*/ *= invInorm; in icvPOSIT()