ComponentOne Bitmap for UWP
InvertRef(Matrix4x4,Matrix4x4) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > InvertRef Method : InvertRef(Matrix4x4,Matrix4x4) Method
When the method completes, contains the inverse of the specified matrix.
The matrix whose inverse is to be calculated.
Calculates the inverse of the specified matrix.
Syntax
'Declaration
 
Public Overloads Shared Function InvertRef( _
   ByRef result As Matrix4x4, _
   ByRef value As Matrix4x4 _
) As System.Boolean
public static System.bool InvertRef( 
   out Matrix4x4 result,
   ref Matrix4x4 value
)

Parameters

result
When the method completes, contains the inverse of the specified matrix.
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