Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DCalculator.cpp37 f32 divider = x1 - x2; in SolveLinerFunction() local
38 return x * ( y1 - y2 ) / divider + ( x1 * y2 - x2 * y1 ) / divider; in SolveLinerFunction()