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*() [1/3]

static Matrix Microsoft.Xna.Framework.Matrix.operator* ( float scaleFactor,
Matrix matrix )
inlinestatic

Definition at line 1651 of file Matrix.cs.

1652 {
1653 float m = matrix.M11;
1654 float m2 = matrix.M12;
1655 float m3 = matrix.M31;
1656 float m4 = matrix.M32;
1657 matrix.M11 = m;
1658 matrix.M12 = m2;
1659 matrix.M31 = m3;
1660 matrix.M32 = scaleFactor;
1661 float m5 = matrix.M31;
1662 float m6 = matrix.M32;
1663 float m7 = matrix.M11;
1664 float m8 = matrix.M12;
1666 matrix2.M31 = m5;
1667 matrix2.M32 = m6;
1668 matrix2.M11 = m7;
1669 matrix2.M12 = m8;
1670 return matrix2;
1671 }
class f__AnonymousType0<< Count > j__TPar

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