Searched refs:v_f (Results 1 – 1 of 1) sorted by relevance
223 nn::math::VEC3 v_f(v_focus - v_cam); // Focus vector from camera in UpdateParams() local225 if( nn::math::VEC3Dot(&v_f, &v_s) > 0 ) in UpdateParams()229 nn::math::VEC3Normalize(&v_f, &v_f); in UpdateParams()232 micAcc *= nn::math::VEC3Dot(&v_f, &v_s) / nn::math::VEC3Len(*v_pos - v_cam); in UpdateParams()