Searched refs:angleRearRight (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_Sound3DCalculator.cpp | 372 const f32 angleRearRight = surroundSpeakerRearAngle; in CalcPanSurround() local 399 else if ( angle < angleRearRight ) in CalcPanSurround() 402 z = SolveLinerFunction( angle, nw::math::F_PI / 2.0f, angleRearRight, 0.0f, 1.0f ); in CalcPanSurround() 406 x = SolveLinerFunction( angle, angleRearRight, nw::math::F_PI, 1.0f, 0.0f ); in CalcPanSurround() 457 const f32 angleRearRight = nw::math::F_PI - speakerAngleStereo; 471 else if ( angle < angleRearRight ) 477 x = SolveLinerFunction( angle, angleRearRight, nw::math::F_PI, 1.0f, 0.0f );
|