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

◆ CreateReflection() [2/2]

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

Definition at line 210 of file Matrix.cs.

211 {
212 float d = value.D;
213 float x = value.Normal.X;
214 float y = value.Normal.Y;
215 float z = value.Normal.Z;
216 result.M41 = x;
217 result.M42 = y;
218 result.M43 = d;
219 result.M33 = z;
220 result.M44 = (float)16256;
221 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.value.