Searched refs:angleRearRight (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_Sound3DCalculator.cpp | 374 const f32 angleRearRight = surroundSpeakerRearAngle; in CalcPanSurround() local 401 else if ( angle < angleRearRight ) in CalcPanSurround() 404 z = SolveLinerFunction( angle, nw::math::F_PI / 2.0f, angleRearRight, 0.0f, 1.0f ); in CalcPanSurround() 408 x = SolveLinerFunction( angle, angleRearRight, nw::math::F_PI, 1.0f, 0.0f ); in CalcPanSurround() 459 const f32 angleRearRight = nw::math::F_PI - speakerAngleStereo; 473 else if ( angle < angleRearRight ) 479 x = SolveLinerFunction( angle, angleRearRight, nw::math::F_PI, 1.0f, 0.0f );
|