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

◆ Determinant()

float Microsoft.Xna.Framework.Matrix.Determinant ( )
inline

Definition at line 1346 of file Matrix.cs.

1347 {
1348 /*
1349An exception occurred when decompiling this method (060012FC)
1350
1351ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single Microsoft.Xna.Framework.Matrix::Determinant()
1352
1353 ---> System.Exception: Basic block has to end with unconditional control flow.
1354{
1355 Block_0:
1356 stloc:float32(var_0_06, ldfld:float32(Matrix::M31, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1357 stloc:float32(var_1_0D, ldfld:float32(Matrix::M41, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1358 stloc:float32(var_2_14, ldfld:float32(Matrix::M43, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1359 stloc:float32(var_3_1B, ldfld:float32(Matrix::M44, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1360 stloc:float32(var_4_22, ldfld:float32(Matrix::M33, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1361 stloc:float32(var_5_2A, ldfld:float32(Matrix::M34, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1362 stloc:float32(var_6_32, ldfld:float32(Matrix::M23, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1363 stloc:float32(var_7_3A, ldfld:float32(Matrix::M24, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1364 stloc:float32(var_8_42, ldfld:float32(Matrix::M21, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1365 stloc:float32(var_9_4A, ldfld:float32(Matrix::M13, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1366 stloc:float32(var_10_52, ldfld:float32(Matrix::M14, ldloc:valuetype Microsoft.Xna.Framework.Matrix&(this)))
1367}
1368
1369 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
1370 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
1371 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
1372 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
1373 --- End of inner exception stack trace ---
1374 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
1375 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
1376*/;
1377 }