InvertRef(Matrix4x4,Matrix4x4) Method
In This Topic
Calculates the inverse of the specified matrix.
Syntax
'Declaration
Public Overloads Shared Function InvertRef( _
ByRef As Matrix4x4, _
ByRef As Matrix4x4 _
) As System.Boolean
public static System.bool InvertRef(
out Matrix4x4 ,
ref Matrix4x4
)
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