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

Method dot

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

Source from the content-addressed store, hash-verified

66 }
67
68 float dot(vec3 a)
69 {
70 return mX * a.mX + mY * a.mY + mZ * a.mZ;
71 }
72
73 vec3 sub(vec3 a)
74 {

Callers 2

dopplerFunction · 0.80
update3dVoicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected