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

static Matrix Microsoft.Xna.Framework.Matrix.CreatePerspectiveFieldOfView ( float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance )
inlinestatic

Definition at line 586 of file Matrix.cs.

587 {
588 if (!true)
589 {
590 }
592 matrix.M31 = aspectRatio;
593 matrix.M32 = fieldOfView;
596 return 1;
597 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.