InvertRef(Matrix3x2) Method
Inverts the specified matrix. The return value indicates whether the operation succeeded.
'Declaration
Public Overloads Shared Function InvertRef( _
ByRef As Matrix3x2 _
) As System.Boolean
public static System.bool InvertRef(
ref Matrix3x2
)
Parameters
- matrix
- The matrix whose inverse is to be calculated.
Return Value
true if matrix was converted successfully; otherwise, false.