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() [3/3]

static void Microsoft.Xna.Framework.Plane.Normalize ( Plane value,
[Out] Plane result )
inlinestatic

Definition at line 193 of file Plane.cs.

194 {
195 float x = value.Normal.X;
196 float y = value.Normal.Y;
197 float z = value.Normal.Z;
198 if (!true)
199 {
200 }
201 if (!true)
202 {
203 }
204 float d = value.D;
205 float x2 = value.Normal.X;
206 float y2 = value.Normal.Y;
207 float z2 = value.Normal.Z;
208 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.