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
◆
CreateTranslation()
[1/4]
static
Matrix
Microsoft.Xna.Framework.Matrix.CreateTranslation
(
float
xPosition
,
float
yPosition
,
float
zPosition
)
inline
static
Definition at line
801
of file
Matrix.cs
.
802
{
803
if
(!
true
)
804
{
805
}
806
if
(!
true
)
807
{
808
}
809
Matrix
matrix
;
810
matrix.M11
=
xPosition
;
811
matrix.M21
=
yPosition
;
812
matrix.M22
=
zPosition
;
813
return
1;
814
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Matrix.Matrix
static Matrix()
Definition
Matrix.cs:1806
References
j__TPar
.
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0