MCPcopy Create free account
hub / github.com/BSVino/DoubleAction / SetIdentityMatrix

Function SetIdentityMatrix

mp/src/mathlib/mathlib_base.cpp:1076–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076void SetIdentityMatrix( matrix3x4_t& matrix )
1077{
1078 memset( matrix.Base(), 0, sizeof(float)*3*4 );
1079 matrix[0][0] = 1.0;
1080 matrix[1][1] = 1.0;
1081 matrix[2][2] = 1.0;
1082}
1083
1084
1085//-----------------------------------------------------------------------------

Callers 15

GetLightingOffsetMethod · 0.85
OnNewModelMethod · 0.85
particles_new.hFile · 0.85
view_beams.cppFile · 0.85
particlemgr.cppFile · 0.85
c_baseentity.cppFile · 0.85
fx_envelope.cppFile · 0.85
CalcRoamingViewMethod · 0.85
RagdollAddConstraintFunction · 0.85

Calls 1

BaseMethod · 0.45

Tested by

no test coverage detected