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

◆ CreatePerspectiveFieldOfView() [2/2]

static void Microsoft.Xna.Framework.Matrix.CreatePerspectiveFieldOfView ( float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance,
[Out] Matrix result )
inlinestatic

Definition at line 600 of file Matrix.cs.

601 {
602 result.M31 = fieldOfView;
603 result.M32 = fieldOfView;
604 result.M11 = fieldOfView;
605 result.M12 = fieldOfView;
606 result.M34 = (float)49024;
607 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.