Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dswing.c189 #define DIR_VEC_DAMP 0.9f // Attenuation rate of the speed vector (0-1) macro
298 dir_vec.x *= DIR_VEC_DAMP ; in work_sample()
299 dir_vec.y *= DIR_VEC_DAMP ; in work_sample()
300 dir_vec.z *= DIR_VEC_DAMP ; in work_sample()