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
◆
DistanceSquared()
[2/2]
static
void
Microsoft.Xna.Framework.Vector4.DistanceSquared
(
Vector4
value1
,
Vector4
value2
,
[Out] float
result
)
inline
static
Definition at line
238
of file
Vector4.cs
.
239
{
240
float
z =
value1
.Z;
241
float
w =
value1
.W;
242
float
z2
=
value2
.Z;
243
float
w2
=
value2
.W;
244
float
x =
value1
.X;
245
float
y =
value1
.Y;
246
float
x2
=
value2
.X;
247
float
y2
=
value2
.Y;
248
}
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