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

◆ Cross() [2/2]

static void Microsoft.Xna.Framework.Vector3.Cross ( Vector3 vector1,
Vector3 vector2,
[Out] Vector3 result )
inlinestatic

Definition at line 249 of file Vector3.cs.

250 {
251 float y = vector2.Y;
252 float z = vector2.Z;
253 float y2 = vector1.Y;
254 float z2 = vector1.Z;
255 result.X = y;
256 result.Y = z;
257 float y3 = vector2.Y;
258 float y4 = vector1.Y;
259 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.