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

Method neg

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

Source from the content-addressed store, hash-verified

41 }
42
43 void neg()
44 {
45 mX = -mX;
46 mY = -mY;
47 mZ = -mZ;
48 }
49
50 float mag()
51 {

Callers 1

lookatLHMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected