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.Vector3.Distance ( Vector3 value1,
Vector3 value2,
[Out] float result )
inlinestatic

Definition at line 289 of file Vector3.cs.

290 {
291 float x = value1.X;
292 float y = value1.Y;
293 float x2 = value2.X;
294 float y2 = value2.Y;
295 float z = value1.Z;
296 float z2 = value2.Z;
297 if (!true)
298 {
299 }
300 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.