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.Plane.Normalize ( )
inline

Definition at line 173 of file Plane.cs.

174 {
175 float x = this.Normal.X;
176 float y = this.Normal.Y;
177 float z = this.Normal.Z;
178 if (!true)
179 {
180 }
181 if (!true)
182 {
183 }
184 }

References Microsoft.Xna.Framework.Plane.Normal, Microsoft.Xna.Framework.Vector3.X, Microsoft.Xna.Framework.Vector3.Y, and Microsoft.Xna.Framework.Vector3.Z.