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 )
inlinestatic

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 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.