Searched refs:angleFrontLeft (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_Sound3DCalculator.cpp | 370 const f32 angleFrontLeft = -surroundSpeakerFrontAngle; in CalcPanSurround() local 384 else if ( angle < angleFrontLeft ) in CalcPanSurround() 387 z = SolveLinerFunction( angle, -nw::math::F_PI / 2.0f, angleFrontLeft, 0.0f, -1.0f ); in CalcPanSurround() 391 x = SolveLinerFunction( angle, angleFrontLeft, angleFrontRight, -1.0f, 1.0f ); in CalcPanSurround() 455 const f32 angleFrontLeft = -speakerAngleStereo; 463 else if ( angle < angleFrontLeft ) 469 x = SolveLinerFunction( angle, angleFrontLeft, angleFrontRight, -1.0f, 1.0f );
|