2 references to Invert
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (1)
1976return Invert(in matrix.AsROImpl(), out Unsafe.As<Matrix4x4, Impl>(ref result));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Plane.cs (1)
159Matrix4x4.Invert(matrix.AsROImpl(), out Matrix4x4.Impl inverseMatrix);