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

◆ Dot() [2/2]

static void Microsoft.Xna.Framework.Vector4.Dot ( Vector4 vector1,
Vector4 vector2,
[Out] float result )
inlinestatic

Definition at line 282 of file Vector4.cs.

283 {
284 float x = vector1.X;
285 float y = vector1.Y;
286 float x2 = vector2.X;
287 float y2 = vector2.Y;
288 float z = vector1.Z;
289 float w = vector1.W;
290 float z2 = vector2.Z;
291 float w2 = vector2.W;
292 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.