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
◆
CreateFromYawPitchRoll()
[1/2]
static
Matrix
Microsoft.Xna.Framework.Matrix.CreateFromYawPitchRoll
(
float
yaw
,
float
pitch
,
float
roll
)
inline
static
Definition at line
233
of file
Matrix.cs
.
234
{
235
if
(!
true
)
236
{
237
}
238
if
(!
true
)
239
{
240
}
241
Matrix
matrix
;
242
matrix.M31
= pitch;
243
matrix.M32
=
yaw
;
244
matrix.M12
=
roll
;
245
return
1;
246
}
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