Inverts the specified matrix. The return value indicates whether the operation succeeded.
'宣言
Public Overloads Shared Function InvertRef( _
ByRef As Matrix3x2, _
ByRef As Matrix3x2 _
) As System.Boolean
public static System.bool InvertRef(
out Matrix3x2 ,
ref Matrix3x2
)
パラメータ
- result
- When the method completes, contains the inverse of the specified matrix.
- matrix
- The matrix whose inverse is to be calculated.
戻り値の型
true if matrix was converted successfully; otherwise, false.