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

◆ DotNormal() [2/2]

void Microsoft.Xna.Framework.Plane.DotNormal ( Vector3 value,
[Out] float result )
inline

Definition at line 138 of file Plane.cs.

139 {
140 float x = this.Normal.X;
141 float y = this.Normal.Y;
142 float x2 = value.X;
143 float y2 = value.Y;
144 float z = this.Normal.Z;
145 float z2 = value.Z;
146 }
class f__AnonymousType0<< Count > j__TPar

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