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