Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/kpad/include/
DKPADinside.h142 extern f32 kp_err_next_inpr ; // Allowable range in variation of inclination (inner product)
/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c49 f32 kp_err_next_inpr = 0.900f ; // Allowable range in variation of inclination (inn… variable
1051 if ( f2 <= kp_err_next_inpr ) continue ; in select_2obj_continue()
1052 f2 = ( 1.0f - f2 ) / ( 1.0f - kp_err_next_inpr ) ; // Slope error rate in select_2obj_continue()