MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / mag

Method mag

extlibs/soloud/src/core/soloud_core_3d.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 float mag()
51 {
52 return (float)sqrt(mX * mX + mY * mY + mZ * mZ);
53 }
54
55 void normalize()
56 {

Callers 4

dopplerFunction · 0.80
update3dVoicesMethod · 0.80
play3dMethod · 0.80
play3dClockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected