2 references to Invert
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (1)
630return Impl.Invert(in matrix.AsImpl(), out result.AsImpl());
src\libraries\System.Private.CoreLib\src\System\Numerics\Plane.cs (1)
142Matrix4x4.Impl.Invert(matrix.AsImpl(), out Matrix4x4.Impl inverseMatrix);