Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
inline void swap(F32 &a, F32 &b)
570
{
571
F32 temp = a;
572
a = b;
573
b = temp;
574
}
575
576
//--------------------------------------
577
static void m_matF_transpose_C(F32 *m)
Callers
6
m_matF_transpose_C
Function · 0.70
_preprocess
Method · 0.70
clipPolygon
Method · 0.70
clipFrustumByPolygon
Function · 0.70
_compileList
Method · 0.50
processTick
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected