Searched refs:angleFrontLeft (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_Sound3DCalculator.cpp | 372 const f32 angleFrontLeft = -surroundSpeakerFrontAngle; in CalcPanSurround() local 386 else if ( angle < angleFrontLeft ) in CalcPanSurround() 389 z = SolveLinerFunction( angle, -nw::math::F_PI / 2.0f, angleFrontLeft, 0.0f, -1.0f ); in CalcPanSurround() 393 x = SolveLinerFunction( angle, angleFrontLeft, angleFrontRight, -1.0f, 1.0f ); in CalcPanSurround() 457 const f32 angleFrontLeft = -speakerAngleStereo; 465 else if ( angle < angleFrontLeft ) 471 x = SolveLinerFunction( angle, angleFrontLeft, angleFrontRight, -1.0f, 1.0f );
|