Searched refs:mListenerVelocity (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalContext.h118 void GetListenerVelocity(Float32 *posX, Float32 *posY, Float32 *posZ) { *posX = mListenerVelocity[0];
119 *posY = mListenerVelocity[1];
120 *posZ = mListenerVelocity[2];}
232 Float32 mListenerVelocity[3]; member in class:OALContext
H A DoalContext.cpp147 mListenerVelocity[0] = 0.0;
148 mListenerVelocity[1] = 0.0;
149 mListenerVelocity[2] = 0.0;
873 mListenerVelocity[0] = posX;
874 mListenerVelocity[1] = posY;
875 mListenerVelocity[2] = posZ;

Completed in 194 milliseconds