MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / swap

Function swap

Engine/source/math/mMath_C.cpp:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569inline void swap(F32 &a, F32 &b)
570{
571 F32 temp = a;
572 a = b;
573 b = temp;
574}
575
576//--------------------------------------
577static void m_matF_transpose_C(F32 *m)

Callers 6

m_matF_transpose_CFunction · 0.70
_preprocessMethod · 0.70
clipPolygonMethod · 0.70
clipFrustumByPolygonFunction · 0.70
_compileListMethod · 0.50
processTickMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected