Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Invert Method

Inverts the specified matrix. The return value indicates whether the operation succeeded.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static bool Invert(
	Matrix4x4 matrix, 
	[OutAttribute] Matrix4x4% result
)

Parameters

matrix
Type: System.Numerics::Matrix4x4

The matrix to invert.

result
Type: System.Numerics::Matrix4x4%

When this method returns, contains the inverted matrix if the operation succeeded.

Return Value

Type: System::Boolean
true if matrix was converted successfully; otherwise, false.
Show:
© 2017 Microsoft