MCPcopy Create free account
hub / github.com/GarageGames/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 15

m_matF_transpose_CFunction · 0.70
_preprocessMethod · 0.70
clipPolygonMethod · 0.70
clipFrustumByPolygonFunction · 0.70
GlobalReplaceMethod · 0.50
ShuffleRangeFunction · 0.50
WriteColourBlock3Function · 0.50
WriteColourBlock4Function · 0.50
ConstructOrderingMethod · 0.50
reserveMethod · 0.50
tinystr.cppFile · 0.50
quickSortInternalMethod · 0.50

Calls

no outgoing calls

Tested by 1

ShuffleRangeFunction · 0.40