2 references to GetDeterminant
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (1)
703
=> AsROImpl().
GetDeterminant
();
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (1)
1202
float det = matTemp.
GetDeterminant
();