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
◆
Distance()
[2/2]
static
void
Microsoft.Xna.Framework.Vector4.Distance
(
Vector4
value1
,
Vector4
value2
,
[Out] float
result
)
inline
static
Definition at line
216
of file
Vector4.cs
.
217
{
218
float
z =
value1
.Z;
219
float
w =
value1
.W;
220
float
z2
=
value2
.Z;
221
float
w2
=
value2
.W;
222
float
x =
value1
.X;
223
float
y =
value1
.Y;
224
float
x2
=
value2
.X;
225
float
y2
=
value2
.Y;
226
if
(!
true
)
227
{
228
}
229
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Vector4
Generated by
1.10.0