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
◆
Cross()
[2/2]
static
void
Microsoft.Xna.Framework.Vector3.Cross
(
Vector3
vector1
,
Vector3
vector2
,
[Out]
Vector3
result
)
inline
static
Definition at line
249
of file
Vector3.cs
.
250
{
251
float
y =
vector2
.Y;
252
float
z =
vector2
.Z;
253
float
y2
=
vector1
.Y;
254
float
z2
=
vector1
.Z;
255
result.X
= y;
256
result.Y
= z;
257
float
y3
=
vector2
.Y;
258
float
y4
=
vector1
.Y;
259
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector3
Generated by
1.10.0