Home
last modified time | relevance | path

Searched refs:v_f (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp223 nn::math::VEC3 v_f(v_focus - v_cam); // Focus vector from camera in UpdateParams() local
225 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()