Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Sound3DCalculator.cpp369 const f32 angleRearLeft = -surroundSpeakerRearAngle; in CalcPanSurround() local
374 if ( angle < angleRearLeft ) in CalcPanSurround()
376 x = SolveLinerFunction( angle, -nw::math::F_PI, angleRearLeft, 0.0f, -1.0f ); in CalcPanSurround()
382 z = SolveLinerFunction( angle, angleRearLeft, -nw::math::F_PI / 2.0f, 1.0f, 0.0f ); in CalcPanSurround()
454 const f32 angleRearLeft = - nw::math::F_PI + speakerAngleStereo;
459 if ( angle < angleRearLeft )
461 x = SolveLinerFunction( angle, -nw::math::F_PI, angleRearLeft, 0.0f, -1.0f );