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
◆
Negate()
[2/2]
static
void
Microsoft.Xna.Framework.Matrix.Negate
(
Matrix
matrix
,
[Out]
Matrix
result
)
inline
static
Definition at line
1188
of file
Matrix.cs
.
1189
{
1190
float
m
=
matrix
.M21;
1191
result.M21
=
m
;
1192
float
m2
=
matrix
.M31;
1193
result.M31
=
m2
;
1194
float
m3
=
matrix
.M41;
1195
result.M41
=
m3
;
1196
}
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