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

Method null

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

Source from the content-addressed store, hash-verified

34 float mX, mY, mZ;
35
36 bool null()
37 {
38 if (mX == 0 && mY == 0 && mZ == 0)
39 return true;
40 return false;
41 }
42
43 void neg()
44 {

Callers 1

update3dVoicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected