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

◆ Normalize() [1/3]

void Microsoft.Xna.Framework.Vector3.Normalize ( )
inline

Definition at line 583 of file Vector3.cs.

584 {
585 float z = this.Z;
586 float z2;
587 if (!true)
588 {
589 z2 = this.Z;
590 }
591 this.Z = z2;
592 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Microsoft.Xna.Framework.Vector3.Z.

Referenced by Microsoft.Xna.Framework.Matrix.CreateBillboard(), and Microsoft.Xna.Framework.Matrix.CreateWorld().