Searched refs:GetVelocity (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp2701 oalSource->GetVelocity(values[0], values[1], values[2]);
2747 oalSource->GetVelocity(*v1, *v2, *v3);
2916 oalSource->GetVelocity((Float32&) values[0], (Float32&) values[1], (Float32&) values[2]);
2959 oalSource->GetVelocity((Float32&) *v1, (Float32&)*v2, (Float32&)*v3);
H A DoalSource.h672 void GetVelocity (Float32 &inX, Float32 &inY, Float32 &inZ);
H A DoalSource.cpp819 void OALSource::GetVelocity (Float32 &inX, Float32 &inY, Float32 &inZ) function in class:OALSource
822 DebugMessageN1("OALSource::GetVelocity called - OALSource = %ld\n", (long int) mSelfToken);
4074 GetVelocity (SourceVelocity[0], SourceVelocity[1], SourceVelocity[2]);

Completed in 174 milliseconds