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

◆ operator*() [3/3]

static Matrix Microsoft.Xna.Framework.Matrix.operator* ( Matrix matrix1,
Matrix matrix2 )
inlinestatic

Definition at line 1607 of file Matrix.cs.

1608 {
1609 float m = matrix1.M21;
1610 float m2 = matrix1.M13;
1611 float m3 = matrix1.M14;
1612 float m4 = matrix2.M31;
1613 float m5 = matrix2.M32;
1614 float m6 = matrix1.M23;
1615 float m7 = matrix1.M24;
1616 float m8 = matrix1.M31;
1617 float m9 = matrix1.M33;
1618 float m10 = matrix1.M34;
1619 float m11 = matrix1.M41;
1620 float m12 = matrix1.M43;
1621 float m13 = matrix1.M44;
1623 matrix3.M31 = m4;
1624 return matrix3;
1625 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Matrix.M21.