ComponentOne Bitmap for UWP
InvertRef(Matrix4x4) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > InvertRef Method : InvertRef(Matrix4x4) Method
The matrix whose inverse is to be calculated.
Inverts the matrix.
Syntax
'Declaration
 
Public Overloads Shared Function InvertRef( _
   ByRef value As Matrix4x4 _
) As System.Boolean
public static System.bool InvertRef( 
   ref Matrix4x4 value
)

Parameters

value
The matrix whose inverse is to be calculated.

Return Value

true if matrix was converted successfully; otherwise, false.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List