terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Subtract()
[2/2]
static
void
Microsoft.Xna.Framework.Matrix.Subtract
(
Matrix
matrix1
,
Matrix
matrix2
,
[Out]
Matrix
result
)
inline
static
Definition at line
1260
of file
Matrix.cs
.
1261
{
1262
float
m
=
matrix1
.M21;
1263
float
m2
=
matrix2
.M21;
1264
result.M21
=
m
;
1265
float
m3
=
matrix1
.M31;
1266
float
m4
=
matrix2
.M31;
1267
result.M31
=
m3
;
1268
float
m5
=
matrix1
.M41;
1269
float
m6
=
matrix2
.M41;
1270
result.M41
=
m5
;
1271
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0